-
Notifications
You must be signed in to change notification settings - Fork 4
/
dev.json
41 lines (37 loc) · 1.04 KB
/
dev.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
40
41
{
"rds": {
"snapshot": true,
"snapshotIdentifier": "decidim-master-2023-08-15",
"instanceType": "t2.micro",
"deletionProtection": false,
"allocatedStorage": 20,
"maxAllocatedStorage": 20,
"enablePerformanceInsights": false,
"multiAz": false
},
"aws": {
"accountId": "887442827229",
"region": "ap-northeast-1"
},
"cacheNodeType": "cache.t2.micro",
"engineVersion": "6.x",
"numCacheNodes": 1,
"automaticFailoverEnabled": false,
"ecs": {
"smtpDomain": "diycities.jp",
"repository": "decidim-cfj",
"certificates": [
"arn:aws:acm:ap-northeast-1:887442827229:certificate/faa7a120-3843-4561-93ec-c3d313356ad5",
"arn:aws:acm:ap-northeast-1:887442827229:certificate/b02c7415-d6f8-4794-994e-fe5689ca7b74"
],
"fargateSpotCapacityProvider": {
"base": 1,
"weight":2
},
"fargateCapacityProvider": {
"weight":1
}
},
"domain": "diycities.jp",
"cloudfrontCertificate": "arn:aws:acm:us-east-1:887442827229:certificate/8aec1d57-e068-47f3-a180-e0c1fbb782de"
}