fix: port default needs to be a number

This commit is contained in:
Derrick Hammer 2024-01-15 22:36:17 -05:00
parent 6076073dce
commit 27ad581026
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func writeDefaults() error {
"core.post-upload-limit": 1024 * 1024 * 1000,
"core.log.level": "info",
"core.db.charset": "utf8mb4",
"core.db.port": "3306",
"core.db.port": 3306,
"protocol.s5.p2p.maxOutgoingPeerFailures": 10,
"protocol.s5.p2p.network": "",
}