From 7bda460b7b2355bea9bf45f80e24601625e4de4f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 10 May 2024 18:10:09 +0200 Subject: [PATCH] Update conf in prod x WDC su aree nextcloud --- WebDoorCreator.UI/appsettings.Production.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/WebDoorCreator.UI/appsettings.Production.json b/WebDoorCreator.UI/appsettings.Production.json index ec3041a..7e29d2c 100644 --- a/WebDoorCreator.UI/appsettings.Production.json +++ b/WebDoorCreator.UI/appsettings.Production.json @@ -16,10 +16,13 @@ "BaseUrl": "/UI" }, "ServerConf": { - "BasePathPdf": "U:\\WebDoorSync\\WdcPdf" + //"BasePathPdf": "U:\\WebDoorSync\\WdcPdf", + "BasePathPdf": "U:\\nextcloud.egalware\\ABH\\WdcPdf" }, "CompoBaseDirs": { - "CurrCompoDir": "U:\\WebDoorSync\\CurrentComp\\Compo", - "NewCompoDir": "U:\\WebDoorSync\\NewComp\\Compo" + //"CurrCompoDir": "U:\\WebDoorSync\\CurrentComp\\Compo", + //"NewCompoDir": "U:\\WebDoorSync\\NewComp\\Compo", + "CurrCompoDir": "U:\\nextcloud.egalware\\CalcData\\CurrentComp\\Compo", + "NewCompoDir": "U:\\nextcloud.egalware\\CalcData\\NewComp\\Compo" } } \ No newline at end of file