base/resources/config.conf
author Tomas Zeman <tzeman@volny.cz>
Tue, 18 Dec 2018 10:46:09 +0100
changeset 22 b5c85ad66f17
parent 14 7c4b05467630
child 33 fa0f19a74283
permissions -rw-r--r--
build.sc: recompile if .scalatex file changes

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