You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The herd init command currently throws an error when, in this case: REDIS_PORT, is not set in the .env file:
❯ herd init
INFO Setting up your project…
ERROR Invalid herd.yml file…
ERROR The port for the service "redis" is required. Please check the .env key for: REDIS_PORT.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if one could enter a default value to use when a given environment variable is not set.
For example:
The
herd init
command currently throws an error when, in this case:REDIS_PORT
, is not set in the.env
file:Beta Was this translation helpful? Give feedback.
All reactions