mezzotre/conf/application.conf

16 lines
359 B
Plaintext

# 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
hikari.autoCommit = false
hikari.maximumPoolSize = 4
telegram.key = akey
application.lang = en en-US it it-IT
server.port = 9191
server.gzip = true