workflow env

This commit is contained in:
jimmoffet
2022-08-02 16:06:12 -07:00
parent b860f9e55a
commit f02ee79d0b
2 changed files with 32 additions and 0 deletions

View File

@@ -33,6 +33,12 @@ API_HOST_NAME=http://dev:6011
REDIS_URL=redis://redis:6380
REDIS_ENABLED=1
# DB conection string for local docker, overriden on remote with vcap env vars
SQLALCHEMY_DATABASE_URI=postgresql://postgres:chummy@db:5432/notification_api
# For GH actions CI workflow
SQLALCHEMY_DATABASE_TEST_URI=postgresql://user:password@localhost:5432/test_notification_api
# AWS
AWS_REGION=us-west-2
AWS_ACCESS_KEY_ID="don't write secrets to the sample file"