Skip to content

Commit

Permalink
Revert "fix bootstrap startup spring profiles"
Browse files Browse the repository at this point in the history
This reverts commit 55dc948.
  • Loading branch information
jdubois committed Sep 13, 2017
1 parent 6caa055 commit 864cc86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/config/bootstrap-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
application:
name: jhipster-registry
profiles:
active: prod
active: prod,git
cloud:
config:
server:
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/config/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ spring:
application:
name: jhipster-registry
profiles:
active: dev
include: native
active: dev,native
cloud:
config:
server:
Expand Down

0 comments on commit 864cc86

Please sign in to comment.