-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 1.67 KB
/
.env.example
File metadata and controls
32 lines (24 loc) · 1.67 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
SIGN_IN_METHOD=dfe-sign-in # Default, if not set
# SIGN_IN_METHOD=persona # Default, for review apps
# SIGN_IN_METHOD=otp # One time password, to be used when DfE Sign-In is unavailable
DFE_SIGN_IN_ISSUER=https://test-oidc.signin.education.gov.uk # DfE Sign-In ISSUER url, that the users are redirected to for signing in
DFE_SIGN_IN_IDENTIFIER=rotp # DfE Sign-In IDENTIFIER, our service name
DFE_SIGN_IN_SECRET=change_me # DfE Sign-In SECRET must be set otherwise sign in will fail
DFE_SIGN_IN_PROFILE=https://test-profile.signin.education.gov.uk # DfE Sign-In PROFILE url, for the users profile
# BASIC_AUTH=false # Default, if not set,
# BASIC_AUTH=true # QA and REVIEW should be set to true
# BASIC_AUTH_USERNAME=change_me # used when BASIC_AUTH is set to true
# BASIC_AUTH_PASSWORD=change_me # used when BASIC_AUTH is set to true
ORDNANCE_SURVEY_API_KEY=dev-api-key-here # Ordnance Survey API key, get from https://osdatahub.os.uk/projects/Register_of_Training_Providers_-_Dev
# SENTRY_DSN=set elsewhere # Get from https://dfe-teacher-services.sentry.io/settings/projects/register-of-training-providers/
FEATURE_FLAG_API=true # To turn on/off the API feature as a whole
# BIGQUERY_MANDATORY_CONFIG for DfE-analytics to work
# BIGQUERY_TABLE_NAME=set elsewhere
# BIGQUERY_PROJECT_ID=set elsewhere
# BIGQUERY_DATASET=set elsewhere
# AZURE_CLIENT_ID=set elsewhere
# AZURE_TOKEN_PATH=set elsewhere
# AZURE_SCOPE=set elsewhere
# GOOGLE_CLOUD_CREDENTIALS=set elsewhere
ENABLE_ANALYTICS=false # should be set to true to enable analytics for all environments, if development it should be false
ENTITY_TABLE_CHECKS_ENABLED=true # should be set to true to enable entity table checks for all environments