# add or override properties # See https://github.com/typesafehub/config/blob/master/HOCON.md for more details application.env = prod ## server threads server.threads.Min = ${runtime.processors} server.threads.Max = ${runtime.processors-x2} netty.threads.Worker = 4 ## database db.url = "jdbc:postgresql://TFB-database:5432/hello_world" db.user = benchmarkdbuser db.password = benchmarkdbpass