Document `name` config field (#165)

hi, thought it would be worth using `name` in a couple of the example config fields

This would require a new release though, since the [latest release](https://github.com/TaKO8Ki/gobang/tree/v0.1.0-alpha.5) predates #105 

Thanks for the cool project :)
main
Zane Dufour 1 year ago committed by GitHub
parent 3d54997ddb
commit 7b1b5f7eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,6 +144,7 @@ host = "localhost"
port = 3306
password = "password"
database = "foo"
name = "mysql Foo DB"
[[conn]]
type = "postgres"
@ -151,6 +152,7 @@ user = "root"
host = "localhost"
port = 5432
database = "bar"
name = "postgres Bar DB"
[[conn]]
type = "sqlite"

Loading…
Cancel
Save