Skip to content

Commit 6f90cad

Browse files
Create sample_ecs_appvar.json
1 parent 5ad6173 commit 6f90cad

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"API_CONTEXT_PATH": "/v5/somethings",
3+
"AUTH0_AUDIENCE": "https://nm.something.com/",
4+
"AUTH0_CLIENT_ID": "xxxxxx14fbsRx",
5+
"AUTH0_CLIENT_SECRET": "xxxxxx-x-xx",
6+
"AUTH0_URL": "https://something.com.com/oauth/token",
7+
"authSecret": "xxxxxxxx+XCU+x",
8+
"DATABASE_URL": "xxxxxxxxx",
9+
"DEV_MODE_EMAIL": "[email protected]",
10+
"ENABLE_DEV_MODE": "false",
11+
"ENABLE_EMAILS": "true",
12+
"ENV": "DEV",
13+
"KAFKA_CLIENT_CERT": "-----BEGIN CERTIFICATE-----\nxxxxxx\nafSRp9F\n-----END CERTIFICATE-----",
14+
"KAFKA_CLIENT_CERT_KEY": "-----BEGIN RSA PRIVATE KEY-----\nMIIB/8/eg==\n-----END RSA PRIVATE KEY-----",
15+
"KAFKA_GROUP_ID": "tc-something-server",
16+
"KAFKA_URL": "blahblah+ssl://vlab-vlak-01.srvs.blahblah.com:9093",
17+
"LOG_LEVEL": "DEBUG",
18+
"MENTION_EMAIL": "[email protected]",
19+
"MESSAGE_API_BASE_URL": "https://something.com/v5",
20+
"PORT": 4000,
21+
"REPLY_EMAIL_DOMAIN": "connectemail.something.com",
22+
"REPLY_EMAIL_PREFIX": "something",
23+
"TC_API_BASE_URL": "https://something.com",
24+
"TC_API_V3_BASE_URL": "https://something.com/v3",
25+
"TC_API_V4_BASE_URL": "https://something.com/v4",
26+
"TC_API_V5_BASE_URL": "https://something.com/v5\u007f",
27+
"TOKEN_CACHE_TIME": 909090909,
28+
"validIssuers": "[\"https://something.com.com/\",\"https://something.com\",\"https://auth.something.com/\",\"https://auth.something.com/\"]"
29+
}

0 commit comments

Comments
 (0)