2023-03-14 16:00:40 -04:00
|
|
|
# See README.md for local setup instructions
|
2022-11-08 09:44:52 -05:00
|
|
|
|
2022-08-01 12:32:42 -07:00
|
|
|
# ## REBUILD THE DEVCONTAINER WHEN YOU MODIFY .ENV ###
|
2022-06-13 14:42:50 -07:00
|
|
|
|
2022-11-08 09:44:52 -05:00
|
|
|
#############################################################
|
|
|
|
|
|
|
|
|
|
# Application
|
2022-06-13 14:42:50 -07:00
|
|
|
NOTIFY_ENVIRONMENT=development
|
|
|
|
|
FLASK_APP=application.py
|
2023-01-23 10:00:03 -05:00
|
|
|
FLASK_DEBUG=true
|
2022-06-13 14:42:50 -07:00
|
|
|
WERKZEUG_DEBUG_PIN=off
|
|
|
|
|
|
2024-06-18 09:16:25 -07:00
|
|
|
NODE_VERSION=22.3.0
|
2023-11-22 10:28:18 -05:00
|
|
|
NODE_EXTRA_CA_CERTS="path to Homebrew CA certificate"
|
2022-06-13 14:42:50 -07:00
|
|
|
|
2022-11-08 09:44:52 -05:00
|
|
|
#############################################################
|
2022-06-13 14:42:50 -07:00
|
|
|
|
2023-08-18 16:20:57 -04:00
|
|
|
# E2E Testing
|
|
|
|
|
|
|
|
|
|
NOTIFY_E2E_TEST_URI=http://localhost:6012/
|
|
|
|
|
NOTIFY_E2E_AUTH_STATE_PATH=playwright/.auth/
|
|
|
|
|
|
2023-11-22 10:28:18 -05:00
|
|
|
# Uncomment the next two lines to enable E2E testing;
|
|
|
|
|
# comment them out again to disable E2E testing.
|
|
|
|
|
# NOTIFY_E2E_TEST_EMAIL=fake.user@example.com
|
|
|
|
|
# NOTIFY_E2E_TEST_PASSWORD="don't write secrets to the sample file"
|
2023-11-10 09:10:56 -08:00
|
|
|
|
2023-08-18 16:20:57 -04:00
|
|
|
#############################################################
|
|
|
|
|
|
2022-11-08 09:44:52 -05:00
|
|
|
# Local Docker setup
|
|
|
|
|
# API_HOST_NAME=http://dev:6011
|
|
|
|
|
# REDIS_URL=redis://adminredis:6379/0
|
|
|
|
|
|
|
|
|
|
# Local direct setup
|
|
|
|
|
API_HOST_NAME=http://localhost:6011
|
|
|
|
|
REDIS_URL=redis://localhost:6379/0
|
2023-01-23 10:00:03 -05:00
|
|
|
|
2023-10-20 08:48:04 -07:00
|
|
|
# Login.gov
|
|
|
|
|
LOGIN_DOT_GOV_CLIENT_ID="urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:test_notify_gov"
|
|
|
|
|
LOGIN_DOT_GOV_USER_INFO_URL="https://idp.int.identitysandbox.gov/api/openid_connect/userinfo"
|
2023-11-14 10:14:35 -08:00
|
|
|
LOGIN_DOT_GOV_ACCESS_TOKEN_URL="https://idp.int.identitysandbox.gov/api/openid_connect/token"
|
2023-11-22 08:28:07 -08:00
|
|
|
LOGIN_DOT_GOV_LOGOUT_URL="https://idp.int.identitysandbox.gov/openid_connect/logout?client_id=urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:test_notify_gov&post_logout_redirect_uri=http://localhost:6012/sign-out"
|
|
|
|
|
LOGIN_DOT_GOV_BASE_LOGOUT_URL="https://idp.int.identitysandbox.gov/openid_connect/logout?"
|
2023-11-22 10:28:18 -05:00
|
|
|
LOGIN_DOT_GOV_SIGNOUT_REDIRECT="http://localhost:6012/sign-out"
|
2024-04-04 13:34:40 -07:00
|
|
|
LOGIN_DOT_GOV_INITIAL_SIGNIN_URL="https://idp.int.identitysandbox.gov/openid_connect/authorize?acr_values=http%3A%2F%2Fidmanagement.gov%2Fns%2Fassurance%2Fial%2F1&client_id=urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:test_notify_gov&nonce=NONCE&prompt=select_account&redirect_uri=http://localhost:6012/sign-in&response_type=code&scope=openid+email&state=STATE"
|
2024-09-26 10:16:57 -04:00
|
|
|
LOGIN_DOT_GOV_CERTS_URL = "https://idp.int.identitysandbox.gov/api/openid_connect/certs"
|