diff --git a/private/common/config.prod.php b/private/common/config.prod.php index 63b80db..e5ab7f7 100644 --- a/private/common/config.prod.php +++ b/private/common/config.prod.php @@ -17,9 +17,9 @@ $database->dbName = "fdn2"; $database->connectionString = null; $currentSystem = new stdClass(); -$currentSystem->storageBaseDir = "/home"; // Il path con storage ecc in cui mettere immagini, file temporanei ecc -$currentSystem->privateBaseDir = "/home/asdynamics"; // Il path in cui inserire la cartella con lib, task, binari ecc -$currentSystem->logBaseDir = "/var/log"; // Il path dei log.... +$currentSystem->storageBaseDir = "/home/asdynamics/storage"; // Il path con storage ecc in cui mettere immagini, file temporanei ecc +$currentSystem->privateBaseDir = "/home/asdynamics/private"; // Il path in cui inserire la cartella con lib, task, binari ecc +$currentSystem->logBaseDir = "/var/log/asdynamics"; // Il path dei log.... $currentSystem->xSendFileDir = "/tmp/xsend"; $currentSystem->safeStorage = "/home/cbs/storage";