Add cloud.json reference config.file. It contains invalid values.
This commit is contained in:
parent
00e6ab58d8
commit
c997fe0881
31
k8s/cloud.json
Normal file
31
k8s/cloud.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"sql": {
|
||||||
|
"catalog": "Catalog SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)",
|
||||||
|
"identity":"Identity SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)",
|
||||||
|
"ordering":"Ordering SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)",
|
||||||
|
"marketing":"Marketing SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)"
|
||||||
|
},
|
||||||
|
"nosql": {
|
||||||
|
"locations": {
|
||||||
|
"constr": "Locations MongoDb ConnectionString",
|
||||||
|
"db": "LocationsDb"
|
||||||
|
},
|
||||||
|
"marketing": {
|
||||||
|
"constr": "Marketing MongoDb ConnectionString",
|
||||||
|
"db": "MarketingDb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"redis": {
|
||||||
|
"basket" : "REDIS CONNECTION STRING FOR BASKET",
|
||||||
|
"keystore": "REDIS CONNECTION STRING FOR KEYSTORE"
|
||||||
|
},
|
||||||
|
"servicebus": {
|
||||||
|
"use_azure": "TRUE IF USE AZURE SB (FALSE FOR USING RABBITMQ)",
|
||||||
|
"ordering": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
|
||||||
|
"marketing": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
|
||||||
|
"locations": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
|
||||||
|
"payment": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
|
||||||
|
"basket": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)",
|
||||||
|
"catalog": "CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user