mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 11:52:51 +08:00
25 lines
443 B
JSON
25 lines
443 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": true,
|
|
"LogLevel": {
|
|
"Default": "Error",
|
|
"System": "Error",
|
|
"Microsoft": "Error"
|
|
}
|
|
},
|
|
"spring": {
|
|
"application": {
|
|
"name": "ocelot"
|
|
}
|
|
},
|
|
"eureka": {
|
|
"client": {
|
|
"serviceUrl": "http://localhost:8761/eureka/",
|
|
"shouldRegisterWithEureka": true,
|
|
"shouldFetchRegistry": true,
|
|
"port": 5000,
|
|
"hostName": "localhost"
|
|
}
|
|
}
|
|
}
|