Commit 80da869a7ed9b49506a5baec6b318c14bead4e79
0 parents
add-gateway-dev-config
Showing
1 changed file
with
23 additions
and
0 deletions
gateway-dev.yml
0 → 100644
| 1 | +++ a/gateway-dev.yml | |
| 1 | +server: | |
| 2 | + port: 10000 | |
| 3 | + | |
| 4 | +sidecar: | |
| 5 | + port: 8000 | |
| 6 | + | |
| 7 | +endpoints: | |
| 8 | + restart: | |
| 9 | + enabled: true | |
| 10 | + shutdown: | |
| 11 | + enabled: true | |
| 12 | + health: | |
| 13 | + sensitive: false | |
| 14 | + | |
| 15 | +eureka: | |
| 16 | + instance: | |
| 17 | + hostname: gateway | |
| 18 | + client: | |
| 19 | + registerWithEureka: true | |
| 20 | + fetchRegistry: true | |
| 21 | + serviceUrl: | |
| 22 | + defaultZone: http://discovery:8761/eureka/ | |
| 0 | 23 | \ No newline at end of file | ... | ... |