version = "1" name = "hello" compatibilityVersion = "1" system = "hello" systemVersion = "1" nrOfCpus = 0.1 memory = 268435456 diskSpace = 200000000 roles = ["web"] components = { hello = { description = "hello" file-system-type = "universal" start-command = ["hello/bin/hello"] endpoints = { "hello" = { bind-protocol = "http" bind-port = 0 services = ["http://:9000/hello","http://:9000/api/hello?preservePath"] }, "akka-remote" = { bind-protocol = "tcp" bind-port = 0 services = [] } } } }