File: servlet-example.conf

package info (click to toggle)
trapperkeeper-webserver-jetty9-clojure 4.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,336 kB
  • sloc: java: 278; xml: 38; sh: 24; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
global: {
    # Points to a logback config file
    logging-config: examples/servlet_app/logback.xml
}

webserver: {
    host: 0.0.0.0
    port: 8080
}