Adds communication with MySQL

This commit is contained in:
TheGreyDiamond
2021-05-23 20:48:30 +02:00
parent 2d5553d901
commit 959c8812ad
8 changed files with 389 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
{
"fontAwesome": "",
"mapboxAccessToken": "",
"mysql": {
"user": "",
"password": "",
"allowCreation": true
}
}