base/src/sqwl/cms/config.scala
author Tomas Zeman <tzeman@volny.cz>
Tue, 04 Dec 2018 12:35:12 +0100
changeset 5 de7c56ce0654
parent 4 1a1347e8c5be
child 14 7c4b05467630
permissions -rw-r--r--
Base layout, build info, UI libs

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"
  }

}