Add dotenv-rails gem to fix environment variable error for db setup #334
Reference in New Issue
Block a user
Delete Branch "fix/db-setup-env-var-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Environment variables were not read by db setup command.
@Shpigford
I've just reported this error, thanks so much!
Resolves #335
Thanks so much for the PR!
@@ -16,0 +16,4 @@# Database ConfigurationDB_HOST=localhostPOSTGRES_PASSWORD=postgresShould we add in the README the default values in the .env?
@@ -16,0 +16,4 @@# Database ConfigurationDB_HOST=localhostPOSTGRES_PASSWORD=postgres@pmareke it would be better if we add default values to .env.example
@@ -16,0 +16,4 @@# Database ConfigurationDB_HOST=localhostPOSTGRES_PASSWORD=postgresLove it too yes.
Pointed out this issue on Discord earlier. I can confirm that this fixes it.
@@ -16,0 +16,4 @@# Database ConfigurationDB_HOST=localhostPOSTGRES_PASSWORD=postgres✅ 🚀