mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 16:02:51 +08:00
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Error",
|
|
"System": "Error",
|
|
"Microsoft": "Error"
|
|
}
|
|
},
|
|
"eureka": {
|
|
"client": {
|
|
"serviceUrl": "http://localhost:8761/eureka/",
|
|
"shouldRegisterWithEureka": true
|
|
}
|
|
}
|
|
}
|