forked from git-mirrors/GeyserConnect
Add mysql storage manager
This commit is contained in:
parent
229fab13ca
commit
42c58228f9
6 changed files with 109 additions and 9 deletions
|
@ -42,5 +42,14 @@ custom-servers:
|
|||
max: 10
|
||||
|
||||
# Storage engine for custom servers
|
||||
# Can be json, sqlite
|
||||
# Can be json, sqlite, mysql
|
||||
storage-type: json
|
||||
|
||||
# Connection details for the mysql storage type
|
||||
mysql:
|
||||
user: "geyser_connect"
|
||||
pass: ""
|
||||
database: "geyser_connect"
|
||||
host: "localhost"
|
||||
port: 3306
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue