fix: provide a default database name

This commit is contained in:
Derrick Hammer 2024-01-15 23:59:18 -05:00
parent 4b56de03a3
commit cd7790834b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ func writeDefaults() error {
"core.log.level": "info",
"core.db.charset": "utf8mb4",
"core.db.port": 3306,
"core.db.name": "portal",
"protocol.s5.p2p.maxOutgoingPeerFailures": 10,
"protocol.s5.p2p.network": "",
}