Add mysql storage manager

This commit is contained in:
rtm516 2020-06-17 00:39:37 +01:00
commit 42c58228f9
6 changed files with 109 additions and 9 deletions

View file

@ -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