appstore/apps/syncclipboard-server/3.0.1/data/appsettings.json
github-action update-app-version 6f35b0f17c Update app version [skip ci]
2025-07-04 07:06:52 +00:00

20 lines
320 B
JSON

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