2024-07-02 18:19:18 +08:00
|
|
|
; mysql config
|
2024-07-02 21:48:33 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-07-02 18:19:18 +08:00
|
|
|
[mysql]
|
|
|
|
address=1.2.3.4
|
|
|
|
port=3306
|
|
|
|
username=root
|
|
|
|
password=pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [
|
|
|
|
#[ ]
|
2024-07-02 21:48:33 +08:00
|
|
|
|
|
|
|
|
2024-07-02 18:19:18 +08:00
|
|
|
# redis config
|
|
|
|
[redis]
|
|
|
|
host=127.0.0.1
|
2024-07-02 21:48:33 +08:00
|
|
|
port=6370
|
2024-07-02 18:19:18 +08:00
|
|
|
password=root
|
|
|
|
database=0
|
|
|
|
|