3 Star 0 Fork 0

思特沃克数字平台在线学习系统/tws-config-deployment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
user-center-production.yml 911 Bytes
一键复制 编辑 原始数据 按行查看 历史
review 提交于 2020-03-12 14:40 . [Xin]: add email config
database:
url: jdbc:mysql://${TWS_CONFIG_SERVER_HOST}:3306/UserCenter?useUnicode=true&characterEncoding=utf-8
username: root
password: 1uR1R&G3VT3B
nodeBB:
url: https://school.thoughtworks.cn/bbs
write-api-token: Bearer xxxxxxxxxxxxxxxxx
spring:
cloud:
config:
allowOverride: true
overrideNone: true
overrideSystemProperties: true
datasource:
url: ${database.url}
username: ${database.username}
password: ${database.password}
driver-class-name: com.mysql.jdbc.Driver
jpa:
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
email:
api-user: acey_test_rXY1zU
api-key: xvEU6URokQE5m7GI
from: aceysx@163.com
url: http://api.sendcloud.net/apiv2/mail/send
emailDomain:
url: ${app.server}/register/index.html#/password-reset
resetEmail: ${app.server}/home/index.html#/email-reset
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tws-system/tws-config-deployment.git
git@gitee.com:tws-system/tws-config-deployment.git
tws-system
tws-config-deployment
tws-config-deployment
master

搜索帮助