Closed
Bug 1434133
Opened 7 years ago
Closed 7 years ago
Move .env configurations to module configs for Socorro apps
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: osmose, Assigned: osmose)
References
Details
Per-app config values that are used by the development environment are currently stored in docker/config/[app_name].env files. With the changes in https://github.com/mozilla-services/socorro/pull/4307, we can now move these config values into python modules for each app to consolidate the ways we store config values in the repo.
We'll keep the my.env config file for local config overrides.
When we deploy this, we'll need to make sure any config values that are set via consul are removed if they match the default values, as we want most behavioral config to use the default values.
Comment 1•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/6cccb6a445ba914c990e25dd9fe9ad3ab8792f27
Fix bug 1434133: Move .env config to module config.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•