mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
fix default port
This commit is contained in:
parent
d669f1ba78
commit
63373609da
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ update = 900
|
||||||
# * see crates/mysql/database
|
# * see crates/mysql/database
|
||||||
[mysql]
|
[mysql]
|
||||||
host = "localhost"
|
host = "localhost"
|
||||||
port = 3307
|
port = 3306
|
||||||
user = ""
|
user = ""
|
||||||
password = ""
|
password = ""
|
||||||
database = "rssto"
|
database = "rssto"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue