1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/config
Rob Zolkos d4751053f3
Fix database config for non-devcontainer environments (#318)
Back in this [commit](5f50ea3f02 (diff-5a674c769541a71f2471a45c0e9dde911b4455344e3131bddc5a363701ba6325R22-R23)) I added a default postgres user and password.

Often this is not the user and password that is used in non-devcontainer environments.

This commit uses environment variables that are set in the devcontainer to set the user and password in the database.yml file.

If the environment variables are not set, it falls back to the default user and password on the users system.
2024-02-05 22:17:50 -06:00
..
environments Possible fix for SMTP errors 2024-02-03 17:59:34 -06:00
initializers Lint files to rubocop omakase standards 2024-02-02 16:07:29 +00:00
locales Centralize auth messages (#269) 2024-02-03 14:17:49 -06:00
application.rb Initial commit 2024-02-02 09:05:04 -06:00
boot.rb Initial commit 2024-02-02 09:05:04 -06:00
cable.yml Initial commit 2024-02-02 09:05:04 -06:00
credentials.yml.enc Update credentials.yml.enc 2024-02-02 16:12:04 -06:00
database.yml Fix database config for non-devcontainer environments (#318) 2024-02-05 22:17:50 -06:00
environment.rb Initial commit 2024-02-02 09:05:04 -06:00
i18n-tasks.yml Centralize auth messages (#269) 2024-02-03 14:17:49 -06:00
importmap.rb Initial commit 2024-02-02 09:05:04 -06:00
puma.rb Initial commit 2024-02-02 09:05:04 -06:00
routes.rb feat: add settings page (#274) 2024-02-05 08:19:23 -06:00
storage.yml Initial commit 2024-02-02 09:05:04 -06:00
tailwind.config.js Remove styling configuration for account types out (#284) 2024-02-03 14:38:52 -06:00