11 lines
303 B
Plaintext
11 lines
303 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
|
||
|
telegram.key = akey
|
||
|
|
||
|
application.lang = en en-US it it-IT
|
||
|
|
||
|
server.port = 9191
|
||
|
server.gzip = true
|