mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
no secrets in git
This commit is contained in:
3
HaWeb/.gitignore
vendored
3
HaWeb/.gitignore
vendored
@@ -24,3 +24,6 @@ bin/*
|
|||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
testdata/
|
testdata/
|
||||||
|
|
||||||
|
appsettings.Staging.json
|
||||||
|
appsettings.Production.json
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"FeatureManagement": {
|
|
||||||
"AdminService": true,
|
|
||||||
"LocalPublishService": true,
|
|
||||||
"SyntaxCheck": true,
|
|
||||||
"Notifications": true
|
|
||||||
},
|
|
||||||
"AllowedWebSocketConnections": "*",
|
|
||||||
"AllowedHosts": "*",
|
|
||||||
"HamannFileStoreLinux": "/data/hamann/",
|
|
||||||
"BareRepositoryPathLinux": "/data/xml/.git/",
|
|
||||||
"BareRepositoryPathWindows": "C:/Users/simon/source/hamann-xml/.git/",
|
|
||||||
"WorkingTreePathLinux": "/data/xml/",
|
|
||||||
"RepositoryBranch": "main",
|
|
||||||
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml",
|
|
||||||
"StoredPDFPathWindows": "",
|
|
||||||
"StoredPDFPathLinux": "",
|
|
||||||
"FileSizeLimit": 52428800,
|
|
||||||
"AvailableStartYear": 1700,
|
|
||||||
"AvailableEndYear": 1800,
|
|
||||||
"LettersOnPage": 80
|
|
||||||
}
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"FeatureManagement": {
|
|
||||||
"AdminService": true,
|
|
||||||
"LocalPublishService": true,
|
|
||||||
"SyntaxCheck": true,
|
|
||||||
"Notifications": true
|
|
||||||
},
|
|
||||||
"AllowedWebSocketConnections": "*",
|
|
||||||
"AllowedHosts": "*",
|
|
||||||
"FileStoragePath": "/app/data",
|
|
||||||
"RepositoryBranch": "main",
|
|
||||||
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml",
|
|
||||||
"WebhookSecret": "",
|
|
||||||
"FileSizeLimit": 52428800,
|
|
||||||
"AvailableStartYear": 1700,
|
|
||||||
"AvailableEndYear": 1800,
|
|
||||||
"LettersOnPage": 80
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -12,7 +12,6 @@ services:
|
|||||||
- FileStoragePath=/app/data
|
- FileStoragePath=/app/data
|
||||||
- RepositoryBranch=main
|
- RepositoryBranch=main
|
||||||
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
|
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
|
||||||
- WebhookSecret=${WEBHOOK_SECRET:-}
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- caddynet
|
- caddynet
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ services:
|
|||||||
- FileStoragePath=/app/data
|
- FileStoragePath=/app/data
|
||||||
- RepositoryBranch=Release
|
- RepositoryBranch=Release
|
||||||
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
|
- RepositoryURL=https://github.com/Theodor-Springmann-Stiftung/hamann-xml
|
||||||
- WebhookSecret=${WEBHOOK_SECRET:-}
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- caddynet
|
- caddynet
|
||||||
|
|||||||
Reference in New Issue
Block a user