2018-04-26 09:38:36 +01:00

27 lines
531 B
JSON

{
"Logging": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Trace",
"System": "Information",
"Microsoft": "Information"
}
},
"spring": {
"application": { "name": "Ocelot-Gateway" },
"cloud": {
"config": {
"uri": "http://localhost:5000",
"validateCertificates": false
}
}
},
"eureka": {
"client": {
"serviceUrl": "http://localhost:8761/eureka/",
"shouldRegisterWithEureka": false,
"validateCertificates": false
}
}
}