Skip to content

Commit

Permalink
Merge pull request #23 from nimble-platform/staging
Browse files Browse the repository at this point in the history
PR for FMP release.
  • Loading branch information
dileepajayakody authored Apr 8, 2020
2 parents f21fb78 + 314ed6d commit cc7f488
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ spring:
failFast: ${CONFIG_SERVER_FAILFAST:false}
service-registry:
auto-registration:
enabled: ${DISCOVERY_ENABLED:false}
fail-fast: ${DISCOVERY_FAILFAST:true}
enabled: ${DISCOVERY_ENABLED:true}
fail-fast: ${DISCOVERY_FAILFAST:false}
discovery:
# by disabling the service discovery the application/service can be started in "standalone mode".
# service discovery is disabled by default and should be enabled (set to true) for the "cloud mode".
# it can be set via an environment variable or the config server
enabled: ${discovery.enabled:${DISCOVERY_ENABLED:true}}

management:
endpoints:
Expand Down

0 comments on commit cc7f488

Please sign in to comment.