You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
286 B
TOML
24 lines
286 B
TOML
[mysql]
|
|
ip = "172.27.149.157"
|
|
port = 33061
|
|
user = "root"
|
|
password = "admin123456!"
|
|
db = "leshusanguo"
|
|
|
|
[redis]
|
|
ip = "172.27.149.157"
|
|
port = 63791
|
|
|
|
[queue]
|
|
ip = "172.27.149.157"
|
|
port = 63791
|
|
|
|
|
|
[mongo]
|
|
ip = "172.27.149.157"
|
|
port = 32787
|
|
|
|
|
|
[global]
|
|
gamename = "leshusanguo"
|
|
version = "0.1" |