mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-10-31 21:13:46 +00:00
20 lines
455 B
JSON
20 lines
455 B
JSON
{
|
|
"database": {
|
|
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared IT IS JUST EXAMPLE",
|
|
"driver": "org.sqlite.JDBC",
|
|
"username": "OPTIONAL username",
|
|
"password": "OPTIONAL password",
|
|
"reconnectOptions": {
|
|
"attempts": 3,
|
|
"delay": 1000
|
|
}
|
|
},
|
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
|
"plugins": [
|
|
"dev.inmo.plagubot.HelloPlugin"
|
|
],
|
|
"helloPlugin": {
|
|
"print": "Hello World"
|
|
}
|
|
}
|