From a0bafc453f01b6c4f8338c9a6b0a3c1a657be833 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Tue, 4 Oct 2022 19:56:49 +0200 Subject: [PATCH] CICD --- cicd/environments/production/webserver.env | 2 +- cicd/environments/production/worker.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/environments/production/webserver.env b/cicd/environments/production/webserver.env index e2d1bd7..0255628 100644 --- a/cicd/environments/production/webserver.env +++ b/cicd/environments/production/webserver.env @@ -4,4 +4,4 @@ DDNINJA_IS_PRODUCTION=true DDNINJA_MONGO_DBNAME=fdn2 DDNINJA_MONGO_LOCATION=database -DDNINJA_PUBLIC_URL=http://preproduction.ifattidinapoli.it +DDNINJA_PUBLIC_URL=http://www.ifattidinapoli.it diff --git a/cicd/environments/production/worker.env b/cicd/environments/production/worker.env index e2d1bd7..0255628 100644 --- a/cicd/environments/production/worker.env +++ b/cicd/environments/production/worker.env @@ -4,4 +4,4 @@ DDNINJA_IS_PRODUCTION=true DDNINJA_MONGO_DBNAME=fdn2 DDNINJA_MONGO_LOCATION=database -DDNINJA_PUBLIC_URL=http://preproduction.ifattidinapoli.it +DDNINJA_PUBLIC_URL=http://www.ifattidinapoli.it