Kaynağa Gözat

Transfered email configuration from sys_config.

Chris Lim 9 yıl önce
ebeveyn
işleme
21225aacca

+ 13 - 1
crss-admin/crss-admin-dev.yml

@@ -20,5 +20,17 @@ spring:
       javax.persistence.schema-generation.scripts.action: drop-and-create
       javax.persistence.schema-generation.scripts.create-target: target/create.sql
       javax.persistence.schema-generation.scripts.drop-target: target/drop.sql
+  mail:
+    host: 127.0.0.1
+    port: 3025
+    username: crss@local.dev.pemc.com
+    password: P@ssw0rd1434412
+    properties:
+      mail:
+        transport.protocol: smtp
+        smtp:
+          auth: true
+          starttls.enable: true
+
 server:
-  port: 8082
+  port: 8082

+ 12 - 1
crss-admin/crss-admin-staging.yml

@@ -13,4 +13,15 @@ spring:
     driverClassName: oracle.jdbc.OracleDriver
     hikari:
       connectionTimeout: 10000
-      maximumPoolSize: 20
+      maximumPoolSize: 20
+  mail:
+    host: 192.168.241.62
+    port: 3025
+    username: crss@local.staging.pemc.com
+    password: P@ssw0rd1434412
+    properties:
+      mail:
+        transport.protocol: smtp
+        smtp:
+          auth: true
+          starttls.enable: true

+ 12 - 1
crss-admin/crss-admin-uat.yml

@@ -13,4 +13,15 @@ spring:
     driverClassName: oracle.jdbc.OracleDriver
     hikari:
       connectionTimeout: 10000
-      maximumPoolSize: 20
+      maximumPoolSize: 20
+  mail:
+    host: 192.168.235.2
+    port: 3025
+    username: crss@uat.pemc.com
+    password: P@ssw0rd1434412
+    properties:
+      mail:
+        transport.protocol: smtp
+        smtp:
+          auth: true
+          starttls.enable: true