1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-07 14:37:29 +00:00
parent 6d0440d28e
commit 593eb948f6
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:5033"
}
}
},
"AppSettings": {
"UserName": "admin",
"Password": "admin"
}
}