Browse Source

Add cloud.json reference config.file. It contains invalid values.

pull/457/head
Eduard Tomas 7 years ago
parent
commit
c997fe0881
1 changed files with 31 additions and 0 deletions
  1. +31
    -0
      k8s/cloud.json

+ 31
- 0
k8s/cloud.json View 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…
Cancel
Save