mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2024-11-21 15:43:46 +00:00
fill sample.config.json
This commit is contained in:
parent
cec7719ad7
commit
d33e8971eb
@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"token": "your bot token"
|
"token": "your bot token",
|
||||||
|
"database": {
|
||||||
|
"url": "jdbc:postgresql://127.0.0.1:8092/test",
|
||||||
|
"username": "test",
|
||||||
|
"password": "test",
|
||||||
|
"driver": "org.postgresql.Driver"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user