3 Star 0 Fork 0

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
auth-center.yml 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
review 提交于 2020-03-04 11:35 . [Xin]: init
server:
port: 8085
app:
server: https://school.thoughtworks.cn/staging
database:
url: jdbc:mysql://localhost:3306/UserCenter?useUnicode=true&characterEncoding=utf-8
username: root
password: pass
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 助手
尝试更多
代码解读
代码找茬
代码优化
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

搜索帮助