base/resources/config.conf
author Tomas Zeman <tzeman@volny.cz>
Thu, 06 Dec 2018 17:01:32 +0100
changeset 14 7c4b05467630
parent 4 1a1347e8c5be
child 33 fa0f19a74283
permissions -rw-r--r--
Run mode: devel / production

config {
  http {
    interface = localhost
    port = 8080
    prefix = cms
  }
  run {
    mode = devel
  }
}