mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-26 08:12:49 +08:00
27 lines
531 B
JSON
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
|
|
}
|
|
}
|
|
}
|