BooruGrabberTelegramBot/sample.config.json

10 lines
191 B
JSON
Raw Permalink Normal View History

2022-09-06 18:24:01 +00:00
{
2022-09-07 14:14:20 +00:00
"token": "your bot token",
"database": {
"url": "jdbc:postgresql://127.0.0.1:8092/test",
"username": "test",
"password": "test",
"driver": "org.postgresql.Driver"
}
2022-09-06 18:24:01 +00:00
}