BooruGrabberTelegramBot/sample.config.json

10 lines
191 B
JSON
Raw Normal View History

2022-09-07 00:24:01 +06:00
{
2022-09-07 20:14:20 +06: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-07 00:24:01 +06:00
}