Files
DysonNetwork/DysonNetwork.Gateway/appsettings.json

35 lines
674 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Cache": {
"Serializer": "JSON"
},
"AllowedHosts": "*",
"SiteUrl": "http://localhost:3000",
"Client": {
"SomeSetting": "SomeValue"
},
"Endpoints": {
"ServiceNames": [
"ring",
"pass",
"drive",
"sphere",
"develop",
"insight",
"zone",
"messager"
],
"CoreServiceNames": [
"ring",
"pass",
"drive",
"sphere"
]
}
}