mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 08:58:16 +08:00
24
samples/OcelotEureka/DownstreamService/appsettings.json
Normal file
24
samples/OcelotEureka/DownstreamService/appsettings.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": { "Default": "Warning" }
|
||||
},
|
||||
"spring": {
|
||||
"application": { "name": "ncore-rat" },
|
||||
"cloud": {
|
||||
"config": {
|
||||
"uri": "http://localhost:5001",
|
||||
"validate_certificates": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"eureka": {
|
||||
"client": {
|
||||
"serviceUrl": "http://localhost:8761/eureka/",
|
||||
"shouldFetchRegistry": false,
|
||||
"validateCertificates": false
|
||||
},
|
||||
"instance": { "port": 5001 }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user