X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-frontend%2Fserver%2Fconfig%2Fcustom-environment-variables.json;h=af499d393ed22f2c5618728687771289564b56ba;hb=cf067bb8bd9b45e79a85e9612a0f4c5abeb727b8;hp=a261f9a886aaa43747d6bad55525e8ec1d0ea567;hpb=596b1d89c5f63170ed40abb6f7b9395178c5e44e;p=it%2Fotf.git diff --git a/otf-frontend/server/config/custom-environment-variables.json b/otf-frontend/server/config/custom-environment-variables.json index a261f9a..af499d3 100644 --- a/otf-frontend/server/config/custom-environment-variables.json +++ b/otf-frontend/server/config/custom-environment-variables.json @@ -13,12 +13,20 @@ "aafId": "CAMUNDAAPI_AAFID", "aafPassword": "CAMUNDAAPI_AAFPASSWORD" }, + "azure": { + "storage": { + "account": "AZURE_STORAGE_ACCOUNT", + "key": "AZURE_STORAGE_KEY", + "container": "AZURE_STORAGE_CONTAINER" + } + }, "mongo": { "baseUrl": "MONGO_BASEURL", "dbOtf": "MONGO_DBOTF", "replicaSet": "MONGO_REPLICASET", "username": "MONGO_USERNAME", - "password": "MONGO_PASSWORD" + "password": "MONGO_PASSWORD", + "connectionString": "MONGO_CONNECTION_STRING" }, "otf": { "url" : "OTF_URL",