base/resources/config.conf
author Tomas Zeman <tzeman@volny.cz>
Thu, 13 Dec 2018 14:21:10 +0100
changeset 18 8cfd67425811
parent 14 7c4b05467630
child 33 fa0f19a74283
permissions -rw-r--r--
Scalatex article as primary format

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