mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-15 18:13:50 +00:00
12 lines
144 B
TOML
12 lines
144 B
TOML
|
[[conn]]
|
||
|
name = "sample"
|
||
|
user = "root"
|
||
|
host = "localhost"
|
||
|
port = 3306
|
||
|
|
||
|
[[conn]]
|
||
|
user = "root"
|
||
|
host = "localhost"
|
||
|
port = 3306
|
||
|
database = "world"
|