fill sample.config.json

This commit is contained in:
InsanusMokrassar 2022-09-07 20:14:20 +06:00
parent cec7719ad7
commit d33e8971eb
1 changed files with 7 additions and 1 deletions

View File

@ -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"
}
}