update template

This commit is contained in:
2022-06-17 00:36:25 +06:00
parent 966cff5795
commit f42c8da1ca
6 changed files with 36 additions and 37 deletions

View File

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