This commit is contained in:
15
resources/application.conf
Normal file
15
resources/application.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
ktor {
|
||||
deployment {
|
||||
port = 8080
|
||||
port = ${?PORT}
|
||||
|
||||
}
|
||||
mqtt {
|
||||
broker = ${?BROKER}
|
||||
username = ${?USERNAME}
|
||||
password = ${?PASSWORD}
|
||||
}
|
||||
application {
|
||||
modules = [ com.kmlabz.birbnetes.ApplicationKt.module ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user