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.
33 lines
649 B
33 lines
649 B
[mysql] # mysql1的配置项
|
|
ip = mariadb
|
|
port = 3306
|
|
database = base_db_dev
|
|
user = root
|
|
pwd = DsideaL147258369
|
|
|
|
[distribute] #发布功能的配置
|
|
ip = 10.10.14.187
|
|
port = 22
|
|
user = root
|
|
pwd = dsideal
|
|
remotePath = /usr/local/dsMin/dsSso/
|
|
localPath = E:\Work\dsMin\dsSso\build
|
|
|
|
[redis]
|
|
ip = redis
|
|
port = 6379
|
|
db = 0
|
|
|
|
[kafka]
|
|
KafkaAddress = kafka:9092
|
|
KafkaAccessLogTopic = dsAccessLog
|
|
# ----------------------------------------------------------------------------------------------------
|
|
|
|
[server] #gin服务器的端口
|
|
port = 8000
|
|
|
|
# 验证码的有效时间,单位:秒
|
|
CaptchaExpireTime = 120
|
|
|
|
[install_area]
|
|
code = changchun |