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

De-duplicate database_url between ENV and config.ymls #196

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

rooooooooob
Copy link
Contributor

Fixes #190

Carp will now make the config's database_url optional, and if it is not present, will try and default to the DATABASE_URL env variable which is set dynamically.

Also de-duplicates the nettwork/NETWORK in the same way.

TODO: docs update?

Fixes #190

Carp will now make the config's database_url optional, and if it is not
present, will try and default to the DATABASE_URL env variable which is
set dynamically.

TODO: docs update?
@SebastienGllmt SebastienGllmt merged commit b7578ad into main Aug 1, 2024
2 checks passed
@SebastienGllmt SebastienGllmt deleted the de-dup-db-url branch August 1, 2024 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid duplicating database_url in both .env and config.yml
2 participants