Skip to content

Commit c997fe0

Browse files
committed
Add cloud.json reference config.file. It contains invalid values.
1 parent 00e6ab5 commit c997fe0

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

k8s/cloud.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"sql": {
3+
"catalog": "Catalog SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)",
4+
"identity":"Identity SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)",
5+
"ordering":"Ordering SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)",
6+
"marketing":"Marketing SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)"
7+
},
8+
"nosql": {
9+
"locations": {
10+
"constr": "Locations MongoDb ConnectionString",
11+
"db": "LocationsDb"
12+
},
13+
"marketing": {
14+
"constr": "Marketing MongoDb ConnectionString",
15+
"db": "MarketingDb"
16+
}
17+
},
18+
"redis": {
19+
"basket" : "REDIS CONNECTION STRING FOR BASKET",
20+
"keystore": "REDIS CONNECTION STRING FOR KEYSTORE"
21+
},
22+
"servicebus": {
23+
"use_azure": "TRUE IF USE AZURE SB (FALSE FOR USING RABBITMQ)",
24+
"ordering": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
25+
"marketing": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
26+
"locations": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
27+
"payment": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
28+
"basket": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
29+
"catalog": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)"
30+
}
31+
}

0 commit comments

Comments
 (0)