base/resources/config.conf
author Tomas Zeman <tomas@functionals.cz>
Tue, 29 Dec 2020 16:46:47 +0100
changeset 33 fa0f19a74283
parent 14 7c4b05467630
permissions -rw-r--r--
CMS API update

config {
  cms {
    root = example/content
  }
  http {
    interface = localhost
    port = 8080
    prefix = cms
  }
}