-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathapp.json
More file actions
29 lines (29 loc) · 1.12 KB
/
app.json
File metadata and controls
29 lines (29 loc) · 1.12 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
{
"name": "www.firefox.com Demos",
"description": "Demo deployments for changes to www.firefox.com",
"website": "https://www.firefox.com",
"repository": "https://github.com/mozmeao/springfield",
"success_url": "/healthz-cron/",
"stack": "container",
"env": {
"ALLOWED_HOSTS": "*",
"CSP_DEFAULT_SRC": "*.springfield.moz.works",
"CSP_EXTRA_FRAME_SRC": "*.mozaws.net",
"CSP_REPORT_ENABLE": "True",
"CSP_REPORT_URI": "https://o1069899.ingest.us.sentry.io/api/4508842439999488/security/?sentry_key=ba15eccd34a366dd2f37cfa960f08458",
"DB_DOWNLOAD_IGNORE_GIT": "True",
"DEBUG": "False",
"DEV": "True",
"GTM_CONTAINER_ID": "GTM-527L9RBL",
"LOG_LEVEL": "INFO",
"PROD_DETAILS_STORAGE": "product_details.storage.PDDatabaseStorage",
"RUN_SUPERVISOR": "True",
"SECURE_SSL_REDIRECT": "True",
"SECRET_KEY": {
"description": "A secret key for verifying the integrity of signed cookies, though we don't use them.",
"generator": "secret"
},
"SENTRY_DSN": "https://0d60be0c6922ba2217b2830a842b34e1@o1069899.ingest.us.sentry.io/4508842391633920",
"WEB_CONCURRENCY": "2"
}
}