Added MQTT actor
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
play.http.filters=controllers.filters.Filters
|
||||
|
||||
play.modules.enabled += "mqttClient.Module"
|
||||
|
||||
slick.dbs.default = {
|
||||
profile = "slick.jdbc.PostgresProfile$"
|
||||
db = {
|
||||
@@ -26,5 +28,20 @@ pekko {
|
||||
}
|
||||
throughput = 1
|
||||
}
|
||||
|
||||
mqtt-dispatcher {
|
||||
type = Dispatcher
|
||||
executor = "fork-join-executor"
|
||||
fork-join-executor {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mqtt {
|
||||
host = "localhost"
|
||||
port = 1883
|
||||
clientId = "neon-vertigo-api"
|
||||
username = "artemis"
|
||||
password = "artemis"
|
||||
}
|
||||
Reference in New Issue
Block a user