Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotenvs have no "ENV " prefix on keys #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions config/metabase_database.env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ENV MB_DB_TYPE=postgres
ENV MB_DB_DBNAME=metabase
ENV MB_DB_PORT=54320
ENV MB_DB_USER=metabase
ENV MB_DB_PASS=<put_here_the_password_for_the_metabase_user>
MB_DB_TYPE=postgres
MB_DB_DBNAME=metabase
MB_DB_PORT=54320
MB_DB_USER=metabase
MB_DB_PASS=<put_here_the_password_for_the_metabase_user>
# Make sure the firewall at the database server allows connections to port 54320
ENV MB_DB_HOST=<put here the IP address for the Metabase database server e.g. 00.000.000.00>
ENV MB_ENCRYPTION_SECRET_KEY=<Add a random string here as the secret>
MB_DB_HOST=<put here the IP address for the Metabase database server e.g. 00.000.000.00>
MB_ENCRYPTION_SECRET_KEY=<Add a random string here as the secret>