-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.sample
More file actions
55 lines (55 loc) · 2.36 KB
/
.env.sample
File metadata and controls
55 lines (55 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# To connect a local AM to the remote build apis and frontend
AUTH_FRONTEND_URL=https://signin.build.account.gov.uk
API_BASE_URL=https://oidc-stub.home.dev.account.gov.uk
OIDC_CLIENT_ID=Vcer7-iz9BNrdVFG-JVqJ4k2mvw
OIDC_CLIENT_SCOPES=openid phone email am offline_access govuk-account
AM_API_BASE_URL=https://am-stub.home.dev.account.gov.uk
AM_YOUR_ACCOUNT_URL=http://localhost:6001
SESSION_EXPIRY=1800000
SESSION_SECRET=secret #pragma: allowlist secret
GOV_ACCOUNTS_PUBLISHING_API_URL=http://localhost:4444
GOV_ACCOUNTS_PUBLISHING_API_TOKEN=token
ANALYTICS_COOKIE_DOMAIN=localhost
GTM_ID=
DELETE_TOPIC_ARN=arn:aws:sns:eu-west-2:000000000000:DeleteAccountTopicArn
SUSPICIOUS_ACTIVITY_TOPIC_ARN=arn:aws:sns:eu-west-2:000000000000:SuspiciousActivityTopicArn
COOKIES_AND_FEEDBACK_URL=localhost
BASE_URL=localhost:6001
SERVICE_STORE_TABLE_NAME=user_services
SESSION_STORE_TABLE_NAME=account-mgmt-frontend-SessionStore
REPORT_SUSPICIOUS_ACTIVITY="1"
ACTIVITY_LOG_STORE_TABLE_NAME=activity_log
WEBCHAT_SOURCE_URL=https://dev-chat-loader-hgsgds.smartagent.app
SUPPORT_WEBCHAT_CONTACT=1
SUPPORT_PHONE_CONTACT=1
SUPPORT_SEARCHABLE_LIST=1
SHOW_CONTACT_EMERGENCY_MESSAGE=0
CONTACT_EMAIL_SERVICE_URL=https://signin.staging.account.gov.uk/contact-us-from-triage-page
AUDIT_QUEUE_URL=http://localhost:4566/000000000000/audit-queue
NOTIFICATION_QUEUE_URL=http://localhost:4566/notification-queue
AWS_REGION=eu-west-2
GENERATOR_KEY_ARN=
WRAPPING_KEY_ARN=
ACCOUNT_ID=
ENVIRONMENT=
VERIFY_ACCESS_VALUE=
# subjectId returned from oidc stub
MY_ONE_LOGIN_USER_ID=user_id
METHOD_MANAGEMENT_BASE_URL=https://method-management-v1-stub.home.dev.account.gov.uk/v1
GOOGLE_ANALYTICS_4_GTM_CONTAINER_ID="GTM-KD86CMZ"
GA4_ENABLED="true"
SELECT_TRACKING_ENABLED="true"
ACCESSIBILITY_STATEMENT_URL=https://signin.account.gov.uk/accessibility-statement
DT_RUM_URL=
MISSION_LAB_WEBSOCKET_ADDR=wss://s9hlnv7y91.execute-api.eu-west-2.amazonaws.com
FINGERPRINT_COOKIE_DOMAIN=localhost
SUPPORT_GLOBAL_LOGOUT=0
AMC_JWKS_URL=https://amc-stub.home.dev.account.gov.uk/.well-known/jwks.json
HOME_BASE_URL=https://home.dev.account.gov.uk
AMC_JOURNEY_OUTCOME_URL=https://amc-stub.home.dev.account.gov.uk/journeyoutcome
AMC_AUTHORIZE_URL=https://amc-stub.home.dev.account.gov.uk/authorize
AMC_TOKEN_URL=https://amc-stub.home.dev.account.gov.uk/token
AMC_CLIENT_ID=fake_local_amc_client_id
ENABLE_PKCE=1
PASSKEYS="1"
AMC_CALLBACK_BASE_URL=http://localhost:6001