From e6d48b8f53199572b8b624e94960d23fb09de152 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Thu, 17 Aug 2017 15:03:27 +0200 Subject: [PATCH] Modificata config di test Signed-off-by: Riccardo Di Dato --- private/common/config.test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private/common/config.test.php b/private/common/config.test.php index 6d982a8..13d3e8c 100644 --- a/private/common/config.test.php +++ b/private/common/config.test.php @@ -13,7 +13,7 @@ Creation Date: 14/nov/2013 // $dbconn->password = "root"; $database = new stdClass(); $database->dbName = "fdn2"; -$database->connectionString = null; +$database->connectionString = "mongodb://fdn2:p14n3ll1FDN2@localhost/fdn2"; $currentSystem = new stdClass(); $currentSystem->storageBaseDir = "/home"; // Il path con storage ecc in cui mettere immagini, file temporanei ecc @@ -29,7 +29,7 @@ $currentSystem->apache->user = "var-www"; $currentSystem->apache->group = "var-www"; $currentSystem->apache->workdir = "/var/www"; // Il path in cui inserire la cartella con le pagine html -$currentSystem->remoteLocationPath = "http://fdn2.asdynamics.com/fdn2/"; +$currentSystem->remoteLocationPath = "http://db.ifattidinapoli.it/"; $backupSystem = new stdClass(); $backupSystem->account = "40a911e14db8ad6faf0a0e7385e7c267";