From f80dc6ec6408f693305e43e19ba2a0d9257eeef7 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Sat, 24 Dec 2022 00:45:53 +0000 Subject: [PATCH 1/4] Update 'cicd/environments/test/webserver.env' --- cicd/environments/test/webserver.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0479701b70eda1ae03b64bc80181f8c5f17f11d7 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Sat, 24 Dec 2022 00:46:05 +0000 Subject: [PATCH 2/4] Update 'cicd/environments/test/worker.env' --- cicd/environments/test/worker.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 60dfebc676d4f70680f3f2f29a57f9b87eb30c5b Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Sat, 24 Dec 2022 00:49:13 +0000 Subject: [PATCH 3/4] Update 'cicd/environments/production/webserver.env' --- cicd/environments/production/webserver.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 40d0e6071a52c73f011fb6d3c8d313a5d79086cd Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Sat, 24 Dec 2022 00:49:26 +0000 Subject: [PATCH 4/4] Update 'cicd/environments/production/worker.env' --- cicd/environments/production/worker.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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