base/resources/config.conf
author Tomas Zeman <tzeman@volny.cz>
Tue, 11 Dec 2018 15:03:57 +0100
changeset 15 1e1b0a1a4d63
parent 14 7c4b05467630
child 33 fa0f19a74283
permissions -rw-r--r--
Filesystem based article implementation

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