fix default port

This commit is contained in:
yggverse 2026-01-07 16:13:57 +02:00
parent d669f1ba78
commit 63373609da

View file

@ -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"