This commit is contained in:
2021-02-17 14:57:18 +06:00
parent aeff8ac955
commit 9ae12876bb
7 changed files with 37 additions and 18 deletions

View File

@@ -1,12 +1,17 @@
{
"database": {
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared"
},
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"plugins": [
{
"type": "Hello",
"parameter": "Example"
}
]
],
"params": {
"defaultDatabase": [
"dev.inmo.plagubot.config.DatabaseConfig",
{
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared"
}
]
}
}