2023-03-21 18:09:06 +01:00
|
|
|
# Application configuration file. See https://github.com/typesafehub/config/blob/master/HOCON.md for more details
|
|
|
|
|
|
|
|
db.url = "jdbc:postgresql://localhost:5433/example"
|
|
|
|
db.user = example
|
|
|
|
db.password = example
|
2023-04-20 11:30:06 +02:00
|
|
|
|
|
|
|
hikari.autoCommit = false
|
|
|
|
hikari.maximumPoolSize = 4
|
|
|
|
|
2023-03-21 18:09:06 +01:00
|
|
|
telegram.key = akey
|
|
|
|
|
|
|
|
application.lang = en en-US it it-IT
|
|
|
|
|
|
|
|
server.port = 9191
|
2023-03-27 17:16:29 +02:00
|
|
|
server.gzip = true
|