TheMathemagicians/sevenkeys/config.example.json

9 lines
175 B
JSON
Raw Normal View History

2024-04-14 20:28:35 +00:00
{
"User": "<your username>",
"Passwd": "<your password>",
"Net": "tcp",
"Addr": "127.0.0.1:3306",
"DBName": "<your database name>",
"AllowNativePasswords": true
}