mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2024-11-16 21:23:48 +00:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"token": "your bot token",
|
|
"database": {
|
|
"url": "jdbc:postgresql://127.0.0.1:8092/test",
|
|
"username": "test",
|
|
"password": "test",
|
|
"driver": "org.postgresql.Driver"
|
|
}
|
|
}
|