-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsettings.yml
More file actions
111 lines (93 loc) · 4.07 KB
/
settings.yml
File metadata and controls
111 lines (93 loc) · 4.07 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Used to add feature flags in the app to control access to certain features.
features:
exit_pages:
enabled_by_group: true
org_admin_alerts_enabled: false
forms_api:
# Authentication key to authenticate with forms-api
auth_key: development_key
# URL to form-api endpoints
base_url: http://localhost:9292
forms_runner:
# Base URL to point users to the app in the UI
url: http://localhost:3001
forms_product_page:
# Base URL to point users to the app in the UI
support_url: http://localhost:3002/support
# Settings for GOV.UK Notify api & email templates
govuk_notify:
api_key: changeme
alert_processor_form_archive_template_id: 22fe5aae-a695-42a2-81e8-1d9ec4bab7ad
submission_email_confirmation_code_email_template_id: ce2638ab-754c-416d-8df6-c0ccb5e1a688
live_submission_email_of_no_further_form_submissions_template_id: a8c43931-af3d-48ff-b5b2-dbc444796dec
zendesk_reply_to_id: 0acefa17-04b5-4614-a2ad-6c7f17dd26ab
group_form_moved_org_admin_template_id: 63c6c6ab-d497-4eb8-b1f8-6a89eab07ed1
group_form_moved_group_admin_editor_template_id: a9ddf06c-20f9-4665-a5a8-3ace2b953a76
group_member_added_to_group_id: d1fc7267-7e27-4e6c-aa30-523b8be3d637
group_upgraded_template_id: b5d0d3d4-fc24-403e-aba6-b421fdcebd55
group_upgrade_requested_template_id: e2251c92-9365-429a-9857-56780263718f
group_upgrade_rejected_template_id: f494999a-1a38-4b01-a3c8-dbb2d60e6e5f
group_deleted_group_admin_editor_template_id: b987d794-9214-40f5-8014-65d5b9c058d8
group_deleted_org_admin_template_id: 4c6d6c67-e9f1-4012-adc2-05f23dc69638
org_admin_alerts:
new_draft_form_made_live_template_id: 95065d23-e7ad-4af7-9a2f-7209276d74d0
live_form_changes_made_live_template_id: 02c38f9b-197e-480d-8031-bba9498d5907
archived_form_changes_made_live_template_id: 9db2d85b-9db4-48c3-bbc6-31aa0c742384
copied_form_made_live_template_id: 2c8d446c-474e-4f0e-9319-4c1b309e9727
archived_form_made_live_template_id: 85a4fb11-5cc5-42dc-ae27-78d187850605
new_draft_form_created_template_id: 1dc55d5d-c088-4464-b56f-132da1802058
copied_draft_form_created_template_id: a2d4f9a0-71b6-483d-ba83-0eb2e2592772
new_archived_form_draft_created_template_id: 02228b71-e680-4152-a5bd-0bc4b8a4695f
new_live_form_draft_created_template_id: 8c114e68-edd1-470b-bbf9-532733eaa0d1
# When set to true, any capybara tests will run chrome normally rather than in headless mode.
show_browser_during_tests: false
maintenance_mode:
# When set to true, All pages will render 'Maintenance mode' message
enabled: false
# List of IP addresses which will bypass the maintenance mode message as a comma seperated string, optionally using CIDR notation eq. "127.0.0.1, 192.192.192.192/32, 0.0.0.0/24"
bypass_ips:
# Configuration for Sentry
# Sentry will only initialise if dsn is set to some other value
sentry:
dsn:
environment: local
filter_mask: "[Filtered (client-side)]"
# How we authenticate users
auth_provider: # use default auth_provider from environment
# The time the user's authorisation session is valid for. After this time, the session with have to be re-authorised
# with Auth0. If the user's session on Auth0 is still valid, the user will not be required to login again.
# If we change this value, we should also change the session timeout for the Auth0 tenant (configured in terraform) to
# match it.
auth_valid_for: 28800 # 8 hours
auth0:
client_id: changeme
client_secret:
e2e_client_id: changeme
e2e_client_secret:
domain: changeme.uk.auth0.com
basic_auth:
username: basic_auth_user
password:
organisation:
name: GDS User Research
slug: gds-user-research
govuk_content_id: "00000000-0000-0000-0000-000000000000"
user_research:
auth:
username: user_research_user
password:
organisation:
name: GDS User Research
slug: gds-user-research
govuk_content_id: "00000000-0000-0000-0000-000000000000"
forms_env: local
mailchimp:
api_key:
api_prefix: changeme
active_users_list: changeme
mou_signers_list: changeme
analytics_enabled: false
act_as_user_enabled: false
cloudwatch_metrics_enabled: true
reports:
forms_api_forms_per_request_page: 100