-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtd.json
More file actions
107 lines (107 loc) · 2.88 KB
/
td.json
File metadata and controls
107 lines (107 loc) · 2.88 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
{
"containerDefinitions": [
{
"name": "web",
"image": "toiyabe/sky-editor:latest",
"cpu": 0,
"links": [],
"portMappings": [
{
"containerPort": 8080,
"hostPort": 8080,
"protocol": "tcp"
}
],
"essential": true,
"entryPoint": [],
"command": [],
"environment": [
{
"name": "Logging__LogLevel__Microsoft.AspNetCore.Diagnostics",
"value": "Debug"
},
{
"name": "DB_NAME",
"value": "skycms"
},
{
"name": "ASPNETCORE_ENVIRONMENT",
"value": "Development"
},
{
"name": "CosmosAllowSetup",
"value": "true"
},
{
"name": "MultiTenantEditor",
"value": "false"
},
{
"name": "DB_PORT",
"value": "3306"
},
{
"name": "Logging__LogLevel__Microsoft.AspNetCore.Antiforgery",
"value": "Debug"
},
{
"name": "DB_HOST",
"value": "skycmsminimalstack-databaseb269d8bb-hcxtzwjjzutn.c0dkcwggiecf.us-east-1.rds.amazonaws.com"
},
{
"name": "Logging__LogLevel__Microsoft.AspNetCore",
"value": "Information"
},
{
"name": "AdminEmail",
"value": "[email protected]"
},
{
"name": "DB_USER",
"value": "admin"
}
],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"secrets": [
{
"name": "DB_PASSWORD",
"valueFrom": "arn:aws:secretsmanager:us-east-1:873764251532:secret:DbCredentials798065DE-uiLbn2DgFzzB-O18h8K:password::"
},
{
"name": "ConnectionStrings__ApplicationDbContextConnection",
"valueFrom": "arn:aws:secretsmanager:us-east-1:873764251532:secret:DbConnectionStringSecret21A-A1zxD4J4Ic1g-s4KzEP"
}
],
"dnsServers": [],
"dnsSearchDomains": [],
"extraHosts": [],
"dockerSecurityOptions": [],
"dockerLabels": {},
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "SkyCmsMinimalStack-LogGroupF5B46931-u52ih8w9wadq",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "SkyCMS"
},
"secretOptions": []
},
"systemControls": [],
"credentialSpecs": []
}
],
"family": "SkyCmsMinimalStackTaskDef3BE9451F",
"taskRoleArn": "arn:aws:iam::873764251532:role/SkyCmsMinimalStack-TaskDefTaskRole1EDB4A67-OE3qgjHY34gh",
"executionRoleArn": "arn:aws:iam::873764251532:role/SkyCmsMinimalStack-TaskDefExecutionRoleB4775C97-xRFqfh0koisg",
"networkMode": "awsvpc",
"volumes": [],
"placementConstraints": [],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "512",
"memory": "1024"
}