squadjs for mee to mysql database

This commit is contained in:
Skillet 2023-02-03 13:38:24 -05:00 committed by GitHub
parent a9595e0c44
commit 424ecf1e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@
"sqlite": {
"dialect": "sqlite",
"storage": "/home/squadjs/data/squadjs.sqlite"
}
},
"mysql": "mysql://squadjs:{{ server.secrets.rcon_password }}@asgard.orion-technologies.io:3306/squadjs"
},
"plugins": [
{
@ -68,7 +69,7 @@
{
"plugin": "DBLog",
"enabled": true,
"database": "sqlite",
"database": "mysql",
"overrideServerID": null
},
{