generated from tsertkov/tpl-aws-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
35 lines (35 loc) · 950 Bytes
/
config.json
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
{
"projectName": "tpl-aws-astro",
"certificateDomain": "alekswrite.com",
"default": {
"region": "eu-central-1",
"githubRepo": "tsertkov/tpl-aws-astro",
"logsRetentionInDays": 731,
"errorResponseFileKey": "404.html",
"acmCertificateId": "a6e79f52-c0b4-4c42-b5b3-5f5ca7913882",
"domain": {
"name": "localhost",
"hostedZoneId": "Z07396821BXVTM0G94VCB"
},
"debug": "false"
},
"prd": {
"domain": {
"name": "tpl-aws-astro.alekswrite.com"
},
"s3bucket": "tpl-aws-astro-prd-euc1-webbucket-toes03y1cc2h",
"cloudfrontId": "E302DVWMQAEPJK"
},
"stg": {
"domain": {
"name": "tpl-aws-astro.stg.alekswrite.com"
},
"logsRetentionInDays": 14,
"basicAuth": "true",
"basicAuthUsername": "staging",
"basicAuthPassword": "letmein",
"debug": "true",
"s3bucket": "tpl-aws-astro-stg-euc1-webbucket-bmpqirbourtn",
"cloudfrontId": "E1OOGNEO5B26DP"
}
}