mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 08:18:15 +08:00
26
samples/OcelotEureka/ApiGateway/appsettings.json
Normal file
26
samples/OcelotEureka/ApiGateway/appsettings.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user