From 864cc860218b4c449a7cb2f9cc00427aff3f3904 Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Wed, 13 Sep 2017 15:46:15 +0200 Subject: [PATCH] Revert "fix bootstrap startup spring profiles" This reverts commit 55dc94856e1fd265001a5361d8a51bd8518d0211. --- src/main/resources/config/bootstrap-prod.yml | 2 +- src/main/resources/config/bootstrap.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config/bootstrap-prod.yml b/src/main/resources/config/bootstrap-prod.yml index 9c1d027cb..ec8fd3da7 100644 --- a/src/main/resources/config/bootstrap-prod.yml +++ b/src/main/resources/config/bootstrap-prod.yml @@ -7,7 +7,7 @@ spring: application: name: jhipster-registry profiles: - active: prod + active: prod,git cloud: config: server: diff --git a/src/main/resources/config/bootstrap.yml b/src/main/resources/config/bootstrap.yml index e430762b1..11f1009cd 100644 --- a/src/main/resources/config/bootstrap.yml +++ b/src/main/resources/config/bootstrap.yml @@ -7,8 +7,7 @@ spring: application: name: jhipster-registry profiles: - active: dev - include: native + active: dev,native cloud: config: server: