mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 16:02:51 +08:00

* #262 - Integrated Steeltoe Service Discovery with Ocelot for review. * messing around * seems to be working with eureka * acceptance test passing with external lib references * #262 support for netflix eureka service discovery thanks to pivotal * #262 fixed warnings
17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Error",
|
|
"System": "Error",
|
|
"Microsoft": "Error"
|
|
}
|
|
},
|
|
"eureka": {
|
|
"client": {
|
|
"serviceUrl": "http://localhost:8761/eureka/",
|
|
"shouldRegisterWithEureka": true
|
|
}
|
|
}
|
|
}
|