mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-03 15:40:19 +00:00
34 lines
444 B
TOML
34 lines
444 B
TOML
[[conn]]
|
|
type = "mysql"
|
|
name = "sample"
|
|
user = "root"
|
|
host = "localhost"
|
|
port = 3306
|
|
|
|
[[conn]]
|
|
type = "mysql"
|
|
user = "root"
|
|
host = "localhost"
|
|
port = 3306
|
|
database = "world"
|
|
|
|
[[conn]]
|
|
type = "mysql"
|
|
user = "root"
|
|
host = "localhost"
|
|
port = 3306
|
|
database = "employees"
|
|
|
|
[[conn]]
|
|
type = "postgres"
|
|
user = "postgres"
|
|
host = "localhost"
|
|
port = 5432
|
|
|
|
[[conn]]
|
|
type = "postgres"
|
|
user = "postgres"
|
|
host = "localhost"
|
|
port = 5432
|
|
database = "dvdrental"
|