From 91a476fdd326e033fb25d1bc1f236dfcca1268cc Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Fri, 27 Oct 2023 23:01:00 +0200 Subject: [PATCH] Changed some settings --- ...{appsettings.json.old => appsettings.Docker.json} | 12 ++++++------ HaWeb/appsettings.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) rename HaWeb/{appsettings.json.old => appsettings.Docker.json} (67%) diff --git a/HaWeb/appsettings.json.old b/HaWeb/appsettings.Docker.json similarity index 67% rename from HaWeb/appsettings.json.old rename to HaWeb/appsettings.Docker.json index 179360e..ab4b907 100644 --- a/HaWeb/appsettings.json.old +++ b/HaWeb/appsettings.Docker.json @@ -6,18 +6,18 @@ } }, "FeatureManagement": { - "AdminService": true, + "AdminService": true, "LocalPublishService": true, "SyntaxCheck": true, "Notifications": true }, "AllowedWebSocketConnections": "*", "AllowedHosts": "*", - "HamannFileStoreLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Hamann/", - "BareRepositoryPathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Bare/", + "HamannFileStoreLinux": "/data/hamann/", + "BareRepositoryPathLinux": "/data/xml/.git/", "BareRepositoryPathWindows": "C:/Users/simon/source/hamann-xml/.git/", - "WorkingTreePathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Repo/", - "RepositoryBranch": "Release", + "WorkingTreePathLinux": "/data/xml/", + "RepositoryBranch": "main", "RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml", "StoredPDFPathWindows": "", "StoredPDFPathLinux": "", @@ -25,4 +25,4 @@ "AvailableStartYear": 1700, "AvailableEndYear": 1800, "LettersOnPage": 80 -} +} \ No newline at end of file diff --git a/HaWeb/appsettings.json b/HaWeb/appsettings.json index ab4b907..179360e 100644 --- a/HaWeb/appsettings.json +++ b/HaWeb/appsettings.json @@ -6,18 +6,18 @@ } }, "FeatureManagement": { - "AdminService": true, + "AdminService": true, "LocalPublishService": true, "SyntaxCheck": true, "Notifications": true }, "AllowedWebSocketConnections": "*", "AllowedHosts": "*", - "HamannFileStoreLinux": "/data/hamann/", - "BareRepositoryPathLinux": "/data/xml/.git/", + "HamannFileStoreLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Hamann/", + "BareRepositoryPathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Bare/", "BareRepositoryPathWindows": "C:/Users/simon/source/hamann-xml/.git/", - "WorkingTreePathLinux": "/data/xml/", - "RepositoryBranch": "main", + "WorkingTreePathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Repo/", + "RepositoryBranch": "Release", "RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml", "StoredPDFPathWindows": "", "StoredPDFPathLinux": "", @@ -25,4 +25,4 @@ "AvailableStartYear": 1700, "AvailableEndYear": 1800, "LettersOnPage": 80 -} \ No newline at end of file +}