-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧(databases) improve flexibility of mysql and mogodb settings
We want to be able to configure separately each part of the database settings (e.g. db name versus password) so that they can come from different sources and be injected differently. For example the password comes from a vault and is injected via environment variables versus the database name comes from a yaml file and is injected by mounting the file in the container.
- Loading branch information
1 parent
e27bff3
commit 0789ef9
Showing
3 changed files
with
69 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters