Initial commit

This commit is contained in:
Janus C. H. Knudsen 2026-02-03 00:17:08 +01:00
commit 77d35ff965
51 changed files with 5591 additions and 0 deletions

17
appsettings.json Normal file
View file

@ -0,0 +1,17 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"BackupDb": "Host=192.168.1.43:5432;Database=ptadmin;Username=plantempus_app;Password=39113911",
"ForgejoDb": "Host=192.168.1.43:5432;Database=forgejo;Username=plantempus_app;Password=39113911",
"AzureStorage": "DefaultEndpointsProtocol=https;AccountName=storageptadmin;AccountKey=cn+oahPdOwnt4Ph4M+H6/O3jd1bYx3LHBlTclPWOdM+LFuCYUiKMaSgYFIbbsewksuH7csEfbCYQ+AStYokrDQ==;EndpointSuffix=core.windows.net"
},
"Caddy": {
"AdminUrl": "http://localhost:2019"
}
}