mirror of
https://gitee.com/shikong-sk/golang-study
synced 2025-02-23 15:32:15 +08:00
13 lines
173 B
INI
13 lines
173 B
INI
; mysql 数据库配置
|
|
[mysql]
|
|
host=127.0.0.1
|
|
port=3306
|
|
user=root
|
|
password=12341234
|
|
master = true
|
|
# redis 配置
|
|
[redis]
|
|
host= 127.0.0.1
|
|
port = 6379
|
|
password =12341234
|
|
db=0 |