mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-16 21:13:47 +00:00
22 lines
538 B
JSON
22 lines
538 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",
|
|
"initAutomatically": false
|
|
},
|
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
|
"plugins": [
|
|
"dev.inmo.plaguposter.posts.Plugin",
|
|
"dev.inmo.plaguposter.posts.registrar.Plugin"
|
|
],
|
|
"posts": {
|
|
"targetChat": 12345678,
|
|
"cacheChat": 12345678
|
|
},
|
|
"registrar": {
|
|
"sourceChat": 12345678
|
|
}
|
|
}
|