mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-28 13:52:51 +08:00
25 lines
485 B
JSON
25 lines
485 B
JSON
{
|
|
"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 }
|
|
}
|
|
}
|
|
|