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