mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
20 lines
320 B
JSON
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"
|
|
}
|
|
} |