Initial commit
This commit is contained in:
12
C#/WebDesktopUpdater/appsettings.json
Normal file
12
C#/WebDesktopUpdater/appsettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"UpdaterScript": "/home/WebDesktop/update.sh",
|
||||
"Port": 4042
|
||||
}
|
||||
Reference in New Issue
Block a user