example-config: fix typo
This commit is contained in:
parent
3c1a36861a
commit
57a5c79be1
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
[mysql]
|
[mysql]
|
||||||
host = "localhost"
|
host = "localhost"
|
||||||
posrt = 3306
|
port = 3306
|
||||||
username = "root"
|
username = "root"
|
||||||
password = "secret"
|
password = "secret"
|
Loading…
Reference in New Issue