Bläddra i källkod

jasypt引用环境变量方式最终调整

rengb 3 år sedan
förälder
incheckning
4912dd0a0f

+ 6 - 6
document/docker/docker-compose-debug.yml

@@ -62,7 +62,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=debug
       - log-level=debug
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -99,7 +99,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=debug
       - log-level=debug
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -119,7 +119,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=debug
       - log-level=debug
-      - "jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}"
+      - jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -139,7 +139,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=debug
       - log-level=debug
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -159,7 +159,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=debug
       - log-level=debug
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -181,7 +181,7 @@ services:
       - gateway-port=8871
       - spring.profiles.active=debug
       - log-level=debug
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime

+ 6 - 6
document/docker/docker-compose-inner.yml

@@ -62,7 +62,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=inner
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -99,7 +99,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=inner
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -119,7 +119,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=inner
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}"
+      - jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -139,7 +139,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=inner
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -159,7 +159,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=inner
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -181,7 +181,7 @@ services:
       - gateway-port=8871
       - spring.profiles.active=inner
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime

+ 6 - 6
document/docker/docker-compose-outer.yml

@@ -62,7 +62,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=outer
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -99,7 +99,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=outer
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -119,7 +119,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=outer
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}"
+      - jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -139,7 +139,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=outer
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -159,7 +159,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=outer
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -181,7 +181,7 @@ services:
       - gateway-port=8871
       - spring.profiles.active=outer
       - log-level=error
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime

+ 6 - 6
document/docker/docker-compose-test.yml

@@ -62,7 +62,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=test
       - log-level=info
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -99,7 +99,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=test
       - log-level=info
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -119,7 +119,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=test
       - log-level=info
-      - "jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}"
+      - jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -139,7 +139,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=test
       - log-level=info
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -159,7 +159,7 @@ services:
       - eureka-port=6751
       - spring.profiles.active=test
       - log-level=info
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime
@@ -181,7 +181,7 @@ services:
       - gateway-port=8871
       - spring.profiles.active=test
       - log-level=info
-      - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
+      - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
     volumes:
       - /logs:/logs
       - /etc/localtime:/etc/localtime