-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add atlas support in discovery docker (#4293)
- Loading branch information
1 parent
73d9c34
commit 99bc9af
Showing
2 changed files
with
24 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# WARNING: Experimental | ||
# | ||
# This is the minimal settings you need to set to be able to get django to | ||
# load when using the production.py settings files. It's useful to point | ||
# DISCOVERY_CFG to this file to be able to run various paver commands | ||
# without needing a full docker setup. | ||
# | ||
# Follow up work will likely be done as a part of | ||
# https://github.com/openedx/wg-developer-experience/issues/136 | ||
--- | ||
|
||
SECRET_KEY: dummy secret key | ||
TRACKING_BACKENDS: {} | ||
EVENT_TRACKING_BACKENDS: {} | ||
JWT_AUTH: {} | ||
CELERY_QUEUES: {} | ||
MKTG_URL_LINK_MAP: {} | ||
MKTG_URL_OVERRIDES: {} | ||
REST_FRAMEWORK: {} |