generated from tsertkov/tpl-aws-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
39 lines (39 loc) · 940 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
36
37
38
39
{
"projectName": "tpl-aws-astro-lambda",
"certificateDomain": "alekswrite.com",
"default": {
"deployer": {
"githubOrg": "tsertkov",
"githubRepo": "tpl-aws-astro-lambda",
"region": "eu-central-1"
},
"region": "eu-central-1",
"defaultRegion": "eu-central-1",
"logsRetentionInDays": 731,
"errorResponseFileKey": "404.html",
"acmCertificateId": "a6e79f52-c0b4-4c42-b5b3-5f5ca7913882",
"domain": {
"name": "localhost",
"hostedZoneId": "Z07396821BXVTM0G94VCB"
},
"debug": "false"
},
"prd": {
"domain": {
"name": "tpl-aws-astro-lambda.alekswrite.com"
}
},
"stg": {
"domain": {
"name": "tpl-aws-astro-lambda.stg.alekswrite.com"
},
"deployer": {
"confirm": "false"
},
"logsRetentionInDays": 14,
"basicAuth": "true",
"basicAuthUsername": "staging",
"basicAuthPassword": "letmein",
"debug": "true"
}
}