You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
spring: |
|
datasource: |
|
dynamic: |
|
datasource: |
|
master: |
|
driver-class-name: org.postgresql.Driver |
|
url: jdbc:postgresql://59.173.13.131:10642/mailbox?currentSchema=mailbox |
|
username: root |
|
password: 123456 |
|
slave: |
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
url: jdbc:mysql://172.31.217.20:31868/mailbox?serverTimezone=GMT%2B8&useSSL=false |
|
username: root |
|
password: ip12341234 |
|
|
|
# url: jdbc:postgresql://58.51.152.18:10642/mailbox?currentSchema=mailbox |
|
# username: alphay |
|
# password: alphay@123 |
|
data: |
|
redis: |
|
# 地址 |
|
host: 127.0.0.1 |
|
# 端口,默认为6379 |
|
port: 6379 |
|
# 数据库索引 |
|
database: 1 |
|
# 连接超时时间 |
|
timeout: 10s |
|
password: 123456 |
|
|
|
oss: |
|
active: minio |
|
minio: |
|
enable: true |
|
endpoint: http://172.31.217.20:31401 |
|
accessKey: n8yPVAJk4yw879zi |
|
secretKey: eElQ7gCwuNxaFhKEbtRRq0lsovoOTgI1 |
|
bucketName: mailbox |
|
|
|
sa-token: |
|
is-share: true # 多人同登账号共用token |
|
|
|
ai: |
|
url: |
|
# 局长信箱 |
|
mailbox: |
|
url: http://65.47.60.145/lan-api/ |