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
[mysql]
host = "localhost"
port = 3307
port = 3306
user = ""
password = ""
database = "rssto"