mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Merge pull request #894 from GSA/notify-admin-151
remove template preview api stuff
This commit is contained in:
@@ -294,11 +294,6 @@ class Config(object):
|
|||||||
|
|
||||||
HIGH_VOLUME_SERVICE = json.loads(getenv("HIGH_VOLUME_SERVICE", "[]"))
|
HIGH_VOLUME_SERVICE = json.loads(getenv("HIGH_VOLUME_SERVICE", "[]"))
|
||||||
|
|
||||||
TEMPLATE_PREVIEW_API_HOST = getenv(
|
|
||||||
"TEMPLATE_PREVIEW_API_HOST", "http://localhost:6013"
|
|
||||||
)
|
|
||||||
TEMPLATE_PREVIEW_API_KEY = getenv("TEMPLATE_PREVIEW_API_KEY", "my-secret-key")
|
|
||||||
|
|
||||||
DOCUMENT_DOWNLOAD_API_HOST = getenv(
|
DOCUMENT_DOWNLOAD_API_HOST = getenv(
|
||||||
"DOCUMENT_DOWNLOAD_API_HOST", "http://localhost:7000"
|
"DOCUMENT_DOWNLOAD_API_HOST", "http://localhost:7000"
|
||||||
)
|
)
|
||||||
@@ -356,8 +351,6 @@ class Test(Development):
|
|||||||
"broker_url": "you-forgot-to-mock-celery-in-your-tests://",
|
"broker_url": "you-forgot-to-mock-celery-in-your-tests://",
|
||||||
}
|
}
|
||||||
|
|
||||||
TEMPLATE_PREVIEW_API_HOST = "http://localhost:9999"
|
|
||||||
|
|
||||||
|
|
||||||
class Production(Config):
|
class Production(Config):
|
||||||
# buckets
|
# buckets
|
||||||
|
|||||||
Reference in New Issue
Block a user