Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
929e0ee1
Commit
929e0ee1
authored
Apr 13, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
正式环境邮件服务器端口修改
parent
f5825da5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
28 deletions
+36
-28
application-dev.yml
src/main/resources/application-dev.yml
+10
-7
application-pre.yml
src/main/resources/application-pre.yml
+8
-7
application-prod.yml
src/main/resources/application-prod.yml
+9
-7
application-test.yml
src/main/resources/application-test.yml
+9
-7
No files found.
src/main/resources/application-dev.yml
View file @
929e0ee1
...
...
@@ -58,13 +58,16 @@ spring:
host
:
smtp.qq.com
username
:
robbendev@qq.com
password
:
hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties
:
mail
:
smtp
:
auth
:
true
ssl
:
enable
:
true
required
:
true
port
:
465
#项目属性
gogirl
:
...
...
src/main/resources/application-pre.yml
View file @
929e0ee1
...
...
@@ -59,13 +59,14 @@ spring:
host
:
smtp.qq.com
username
:
robbendev@qq.com
password
:
hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties
:
mail
:
smtp
:
auth
:
true
ssl
:
enable
:
true
required
:
true
port
:
465
#项目属性
gogirl
:
...
...
src/main/resources/application-prod.yml
View file @
929e0ee1
...
...
@@ -44,13 +44,15 @@ spring:
host
:
smtp.qq.com
username
:
robbendev@qq.com
password
:
hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties
:
mail
:
smtp
:
auth
:
true
ssl
:
enable
:
true
required
:
true
port
:
465
#redis配置
redis
:
host
:
127.0.0.1
...
...
src/main/resources/application-test.yml
View file @
929e0ee1
...
...
@@ -58,13 +58,15 @@ spring:
host
:
smtp.qq.com
username
:
robbendev@qq.com
password
:
hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties
:
mail
:
smtp
:
auth
:
true
ssl
:
enable
:
true
required
:
true
port
:
465
#项目属性
gogirl
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment