加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
auth-center-production.yml 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
review 提交于 2020-03-10 13:20 . [Xin]: replace ip with host env
server:
port: 8085
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 ***********************
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: xxxxxxxx
api-key: xxxxxxxx
from: xxxxxxxx@163.com
url: xxxxxxxx
emailDomain:
url: ${app.server}/register/index.html#/password-reset
resetEmail: ${app.server}/home/index.html#/email-reset
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化