|
|
@ -19,16 +19,16 @@ spring: |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
url: jdbc:mysql://localhost:3306/im_admin?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true |
|
|
url: jdbc:mysql://localhost:3306/im_admin?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true |
|
|
username: root |
|
|
username: root |
|
|
password: root |
|
|
password: JtnA5H6PfGHzkfzx |
|
|
platform: |
|
|
platform: |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
url: jdbc:mysql://localhost:3306/im_platform?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true |
|
|
url: jdbc:mysql://localhost:3306/im_platform?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true |
|
|
username: root |
|
|
username: root |
|
|
password: root |
|
|
password: JtnA5H6PfGHzkfzx |
|
|
|
|
|
|
|
|
minio: |
|
|
minio: |
|
|
endpoint: http://127.0.0.1:9000 #内网地址 |
|
|
endpoint: http://127.0.0.1:9001 #内网地址 |
|
|
domain: http://127.0.0.1:9000 #外网访问地址 |
|
|
domain: http://127.0.0.1:9001 #外网访问地址 |
|
|
accessKey: minioadmin |
|
|
accessKey: minioadmin |
|
|
secretKey: minioadmin |
|
|
secretKey: minioadmin |
|
|
bucketName: box-im |
|
|
bucketName: box-im |
|
|
|