Created the config.json.example

This commit is contained in:
2023-11-08 07:09:15 +01:00
parent c595e73926
commit 8db8d57283

8
config.json.example Normal file

@ -0,0 +1,8 @@
{
"token": "ATAzOTIyNjkyDSY2MDUwNDE3NQ.AB-3yL.La_vEA2lndppk8GWiDeK92CFg7naZCblcIlxCk",
"database": {
"string": "mmariadb://localhost:3306/sheepstar",
"username": "sheepstar",
"password": "sheepstar"
}
}