X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-frontend%2Fserver%2Fconfig%2Fcustom-environment-variables.json;fp=otf-frontend%2Fserver%2Fconfig%2Fcustom-environment-variables.json;h=a261f9a886aaa43747d6bad55525e8ec1d0ea567;hp=0000000000000000000000000000000000000000;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b diff --git a/otf-frontend/server/config/custom-environment-variables.json b/otf-frontend/server/config/custom-environment-variables.json new file mode 100644 index 0000000..a261f9a --- /dev/null +++ b/otf-frontend/server/config/custom-environment-variables.json @@ -0,0 +1,29 @@ +{ + "authentication": { + "secret": "AUTHENTICATION_SECRET" + }, + "serviceApi": { + "url": "SERVICEAPI_URL", + "uriExecuteTestInstance": "SERVICEAPI_URIEXECUTETESTINSTANCE", + "aafId": "SERVICEAPI_AAFID", + "aafPassword": "SERVICEAPI_AAFPASSWORD" + }, + "camundaApi": { + "url": "CAMUNDAAPI_URL", + "aafId": "CAMUNDAAPI_AAFID", + "aafPassword": "CAMUNDAAPI_AAFPASSWORD" + }, + "mongo": { + "baseUrl": "MONGO_BASEURL", + "dbOtf": "MONGO_DBOTF", + "replicaSet": "MONGO_REPLICASET", + "username": "MONGO_USERNAME", + "password": "MONGO_PASSWORD" + }, + "otf": { + "url" : "OTF_URL", + "email" : "OTF_EMAIL" + }, + "env": "ENV" + +}