benchmark-service/resources/application.conf
Torma 3acd5ba0e3
All checks were successful
continuous-integration/drone/push Build is passing
change application config
2020-10-21 01:44:44 +02:00

16 lines
272 B
Plaintext

ktor {
deployment {
port = 8080
port = ${?PORT}
}
mq {
broker = ${?BROKER}
username = ${?USERNAME}
password = ${?PASSWORD}
}
application {
modules = [ com.kmlabz.birbnetes.ApplicationKt.module ]
}
}