|
|
@@ -12,9 +12,9 @@ spring:
|
|
|
profiles:
|
|
|
active: dev
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://mysql.izouma.com/nineth_test?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
- username: nineth
|
|
|
- password: g2k#b4YW47$55Sew
|
|
|
+ url: jdbc:mysql://rm-wz9y2p75f51a2o19kbo.mysql.rds.aliyuncs.com:53306/9th_test?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
+ username: develop
|
|
|
+ password: glV1BJCzcNB9ughR
|
|
|
hikari:
|
|
|
minimum-idle: 5
|
|
|
maximum-pool-size: 30
|
|
|
@@ -35,12 +35,12 @@ spring:
|
|
|
redis:
|
|
|
host: 118.178.226.110
|
|
|
port: 6379
|
|
|
+ password: 3edc#EDC
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max_active: 8
|
|
|
max_idle: 8
|
|
|
min_idle: 0
|
|
|
- password: 3edc#EDC
|
|
|
servlet:
|
|
|
multipart:
|
|
|
max_file_size: 100MB
|
|
|
@@ -130,7 +130,10 @@ spring:
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://mysql.izouma.com/nineth_test?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
+ url: jdbc:mysql://rm-wz9y2p75f51a2o19k.mysql.rds.aliyuncs.com:53306/9th_test?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
+ redis:
|
|
|
+ host: 127.0.0.1
|
|
|
+ password:
|
|
|
general:
|
|
|
host: https://nft.9space.vip
|
|
|
wx:
|
|
|
@@ -141,3 +144,4 @@ wx:
|
|
|
alipay:
|
|
|
notify-url: https://nft.9space.vip/notify/order/alipay
|
|
|
return-url: https://nft.9space.vip/9th/home
|
|
|
+
|