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
Currently it seems to be required to have an .env in place with environment variables set.
WARN[0000] The "GEM_PG_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "SMTP_PASSWORD" variable is not set. Defaulting to a blank string.
WARN[0000] The "SMTP_AUTHENTICATION" variable is not set. Defaulting to a blank string.
WARN[0000] The "GEM_PG_VERSION" variable is not set. Defaulting to a blank string.
WARN[0000] The "SMTP_ADDRESS" variable is not set. Defaulting to a blank string.
WARN[0000] The "SMTP_PORT" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_PASSWORD" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_USER" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_DB" variable is not set. Defaulting to a blank string.
WARN[0000] The "SMTP_DOMAIN" variable is not set. Defaulting to a blank string.
WARN[0000] The "SMTP_USER_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "SMTP_ENABLE_STARTTLS_AUTO" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_USER" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_PASSWORD" variable is not set. Defaulting to a blank string.
WARN[0000] The "POSTGRES_DB" variable is not set. Defaulting to a blank string.
If possible, it might be nice to have a default value for each variable.
The text was updated successfully, but these errors were encountered:
Currently it seems to be required to have an
.env
in place with environment variables set.If possible, it might be nice to have a default value for each variable.
The text was updated successfully, but these errors were encountered: