This commit is contained in:
David Štaleker
2024-01-12 20:36:14 +01:00
parent 4f9e8f0d8e
commit 2184fea04a
11 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kst": {
"Url": "http://192.168.111.77:5050"
},
"Hosts": {
"david": "192.168.1.60",
"nekaj": "192.168.1.60"
}
}