mirror of
https://github.com/ryzij/AMessanger-Server.git
synced 2026-09-18 11:13:22 +00:00
13 lines
198 B
JSON
13 lines
198 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Hubs": {
|
|
"MessangerPath": "/messanger/chat"
|
|
}
|
|
}
|