45 lines
803 B
YAML
45 lines
803 B
YAML
|
config:
|
||
|
server:
|
||
|
host: 192.168.20.45
|
||
|
port: 1001
|
||
|
|
||
|
service:
|
||
|
name: user
|
||
|
stage: local
|
||
|
http:
|
||
|
port: 10100
|
||
|
rpc:
|
||
|
port: 10101
|
||
|
|
||
|
mysql:
|
||
|
driver: mysql
|
||
|
host: rm-wz9qf3m85605602z33o.mysql.rds.aliyuncs.com
|
||
|
port: 3306
|
||
|
db_name: bibi_test
|
||
|
user: bibi_test
|
||
|
password: c8b1521533f766c01d8ebf5b8217c3e2
|
||
|
charset: utf8mb4
|
||
|
parseTime: true
|
||
|
maxIdle: 500
|
||
|
maxOpen: 1000
|
||
|
debug: true
|
||
|
|
||
|
redis:
|
||
|
host: r-wz944zuf47go86xx61pd.redis.rds.aliyuncs.com
|
||
|
port: 6379
|
||
|
db: 0
|
||
|
password: Af63ee0752e9fc03717601fac67693fe
|
||
|
maxIdle: 200
|
||
|
maxActive: 100
|
||
|
idleTimeout: 5
|
||
|
connectTimeout: 300
|
||
|
readTimeout: 3000
|
||
|
writeTimeout: 1800
|
||
|
defaultExpiration: 3600
|
||
|
|
||
|
mongo:
|
||
|
host: dds-wz956563ee8204442759-pub.mongodb.rds.aliyuncs.com
|
||
|
port: 3717
|
||
|
db_name: admin
|
||
|
user: root
|
||
|
password: dasdRRFs*wadf
|