Initial commit
This commit is contained in:
commit
77d35ff965
51 changed files with 5591 additions and 0 deletions
17
appsettings.json
Normal file
17
appsettings.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue