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
To make configuration easier (especially in Docker), I think we should:
1. Allow ERB in all the config/*.yml files (started in #180)
2. Add a dependency on dotenv-rails
3a. Create a skeleton .env file with all the supported environment variables
3b. Replace the *.yml.template files with *.yml files that use ERB to look up the appropriate environment variables, with fallback to sensible defaults
3c. Remove (most of) script/install/config.bash and script/install/nztrain.bash
The text was updated successfully, but these errors were encountered:
To make configuration easier (especially in Docker), I think we should:
1. Allow ERB in all the config/*.yml files (started in #180)
2. Add a dependency on dotenv-rails
3a. Create a skeleton .env file with all the supported environment variables
3b. Replace the *.yml.template files with *.yml files that use ERB to look up the appropriate environment variables, with fallback to sensible defaults
3c. Remove (most of) script/install/config.bash and script/install/nztrain.bash
The text was updated successfully, but these errors were encountered: