diff --git a/cicd/environments/production/webserver.env b/cicd/environments/production/webserver.env index 0255628..53cf3b7 100644 --- a/cicd/environments/production/webserver.env +++ b/cicd/environments/production/webserver.env @@ -2,6 +2,6 @@ DDNINJA_ENVIRONMENT_NAME=production DDNINJA_IS_PRODUCTION=true DDNINJA_MONGO_DBNAME=fdn2 -DDNINJA_MONGO_LOCATION=database +DDNINJA_MONGO_LOCATION=mongo DDNINJA_PUBLIC_URL=http://www.ifattidinapoli.it diff --git a/cicd/environments/production/worker.env b/cicd/environments/production/worker.env index 0255628..53cf3b7 100644 --- a/cicd/environments/production/worker.env +++ b/cicd/environments/production/worker.env @@ -2,6 +2,6 @@ DDNINJA_ENVIRONMENT_NAME=production DDNINJA_IS_PRODUCTION=true DDNINJA_MONGO_DBNAME=fdn2 -DDNINJA_MONGO_LOCATION=database +DDNINJA_MONGO_LOCATION=mongo DDNINJA_PUBLIC_URL=http://www.ifattidinapoli.it diff --git a/cicd/environments/test/webserver.env b/cicd/environments/test/webserver.env index b9c6c5a..734a8b4 100644 --- a/cicd/environments/test/webserver.env +++ b/cicd/environments/test/webserver.env @@ -2,6 +2,6 @@ DDNINJA_ENVIRONMENT_NAME=test DDNINJA_IS_PRODUCTION=false DDNINJA_MONGO_DBNAME=fdn2_test -DDNINJA_MONGO_LOCATION=database +DDNINJA_MONGO_LOCATION=mongo DDNINJA_PUBLIC_URL=http://test.ifattidinapoli.it diff --git a/cicd/environments/test/worker.env b/cicd/environments/test/worker.env index b9c6c5a..734a8b4 100644 --- a/cicd/environments/test/worker.env +++ b/cicd/environments/test/worker.env @@ -2,6 +2,6 @@ DDNINJA_ENVIRONMENT_NAME=test DDNINJA_IS_PRODUCTION=false DDNINJA_MONGO_DBNAME=fdn2_test -DDNINJA_MONGO_LOCATION=database +DDNINJA_MONGO_LOCATION=mongo DDNINJA_PUBLIC_URL=http://test.ifattidinapoli.it