From c997fe08816ab58c215ac41eb0fc20e63734c25f Mon Sep 17 00:00:00 2001 From: Eduard Tomas Date: Fri, 30 Jun 2017 16:20:43 +0200 Subject: [PATCH] Add cloud.json reference config.file. It contains invalid values. --- k8s/cloud.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 k8s/cloud.json diff --git a/k8s/cloud.json b/k8s/cloud.json new file mode 100644 index 000000000..b87fb0792 --- /dev/null +++ b/k8s/cloud.json @@ -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)" + } +} \ No newline at end of file