瀏覽代碼

temp use local mailserver

mlnicolas 8 年之前
父節點
當前提交
2232fa91bf
共有 1 個文件被更改,包括 9 次插入4 次删除
  1. 9 4
      crss-admin/crss-admin.yml

+ 9 - 4
crss-admin/crss-admin.yml

@@ -19,10 +19,15 @@ spring:
   mail:
     subject:
       prefix: "[CRSS 2.0 - Trial Operation]"
-    host: 192.168.10.96
-    port: 25
-    username: crss-mailer@wesm.ph
-    password: Cr551234
+    # Set to local mailserver for testing. Pleaase unset after.
+    #host: 192.168.10.96
+    #port: 25
+    #username: crss-mailer@wesm.ph
+    #password: Cr551234
+    host: mailserver.marathon.l4lb.thisdcos.directory
+    port: 3025
+    username: crss@local.dev.pemc.com
+    password: P@ssw0rd1434412
     properties:
         transport.protocol: smtp
         smtp: