mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 18:52:30 -05:00
sample.env update
This commit is contained in:
19
sample.env
19
sample.env
@@ -13,6 +13,7 @@ NOTIFY_LOG_PATH=/workspace/logs/app.log
|
|||||||
|
|
||||||
# secrets that internal apps, such as the admin app or document download, must use to authenticate with the API
|
# secrets that internal apps, such as the admin app or document download, must use to authenticate with the API
|
||||||
ADMIN_CLIENT_ID=notify-admin
|
ADMIN_CLIENT_ID=notify-admin
|
||||||
|
ADMIN_CLIENT_SECRET=dev-notify-secret-key
|
||||||
GOVUK_ALERTS_CLIENT_ID=govuk-alerts
|
GOVUK_ALERTS_CLIENT_ID=govuk-alerts
|
||||||
|
|
||||||
# Flask
|
# Flask
|
||||||
@@ -22,23 +23,23 @@ WERKZEUG_DEBUG_PIN=off
|
|||||||
SECRET_KEY=dev-notify-secret-key
|
SECRET_KEY=dev-notify-secret-key
|
||||||
DANGEROUS_SALT=dev-notify-salt
|
DANGEROUS_SALT=dev-notify-salt
|
||||||
|
|
||||||
# URL of admin app
|
# URL of admin app, this is overriden on cloudfoundry
|
||||||
ADMIN_BASE_URL=http://0.0.0.0:6012
|
ADMIN_BASE_URL=http://admin:6012
|
||||||
|
|
||||||
# URL of api app (on AWS this is the internal api endpoint)
|
# URL of api app, this is overriden on cloudfoundry
|
||||||
API_HOST_NAME=http://0.0.0.0:6011
|
API_HOST_NAME=http://dev:6011
|
||||||
|
|
||||||
# URL of redis instance
|
# URL of redis instance, this is overriden on cloudfoundry
|
||||||
REDIS_URL=redis://redis:6380
|
REDIS_URL=redis://redis:6380
|
||||||
REDIS_ENABLED=1
|
REDIS_ENABLED=1
|
||||||
|
|
||||||
# DB conection string, this is overriden in jenkins and on cloudfoundry
|
# DB conection string, this is overriden on cloudfoundry
|
||||||
SQLALCHEMY_DATABASE_URI=postgresql://postgres:chummy@db:5432/notification_api
|
SQLALCHEMY_DATABASE_URI=postgresql://postgres:chummy@db:5432/notification_api
|
||||||
SQLALCHEMY_DATABASE_TEST_URI=postgresql://postgres:chummy@db:5432/test_notification_api
|
SQLALCHEMY_DATABASE_TEST_URI=postgresql://postgres:chummy@db:5432/test_notification_api
|
||||||
|
|
||||||
# AWS
|
# AWS
|
||||||
AWS_REGION=us-west-2
|
AWS_REGION=us-west-2
|
||||||
AWS_ACCESS_KEY_ID=DO_NOT_ADD_SECRETS_TO_THIS_SAMPLE_FILE
|
AWS_ACCESS_KEY_ID="don't write secrets to the sample file"
|
||||||
AWS_SECRET_ACCESS_KEY=DO_NOT_ADD_SECRETS_TO_THIS_SAMPLE_FILE
|
AWS_SECRET_ACCESS_KEY="don't write secrets to the sample file"
|
||||||
AWS_PINPOINT_REGION=us-west-2
|
AWS_PINPOINT_REGION=us-west-2
|
||||||
AWS_US_TOLL_FREE_NUMBER=+18001111111
|
AWS_US_TOLL_FREE_NUMBER=+18446120782
|
||||||
Reference in New Issue
Block a user