yzc před 2 roky
rodič
revize
4f8811e9b3

+ 2 - 2
sckw-modules/sckw-contract/src/main/resources/bootstrap.yml

@@ -5,8 +5,8 @@ spring:
   application:
     name: sckw-contract
   profiles:
-#    active:  @profiles.active@
-    active:  lfdc
+    active:  @profiles.active@
+#    active:  lfdc
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true

+ 1 - 1
sckw-modules/sckw-message/src/main/resources/bootstrap.yml

@@ -5,7 +5,7 @@ spring:
   application:
     name: sckw-message
   profiles:
-    active: lfdc
+    active: @profiles.active@
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true

+ 1 - 1
sckw-modules/sckw-operation/src/main/resources/bootstrap.yml

@@ -5,7 +5,7 @@ spring:
   application:
     name: sckw-operation
   profiles:
-    active: sky
+    active: @profiles.active@
   main:
     allow-bean-definition-overriding: true
     allow-circular-references: true