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