base/src/sqwl/cms/config.scala
author Tomas Zeman <tzeman@volny.cz>
Thu, 06 Dec 2018 14:02:53 +0100
changeset 10 4b5313097a4d
parent 4 1a1347e8c5be
child 14 7c4b05467630
permissions -rw-r--r--
Added example content articles, categories

package sqwl.cms

import com.wacai.config.annotation.conf

@conf trait config {

  final val http = new {
    val interface = "localhost"
    val port = 8080
    val prefix = "cms"
  }

}