mezzotre/conf/application.conf

16 lines
359 B
Plaintext
Raw Permalink Normal View History

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
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
server.gzip = true