File: multiserver-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 (23 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
global: {
    # Points to a logback config file
    logging-config: examples/multiserver_app/logback.xml
}

nrepl: {
    enabled: true
}

webserver: {
    bar: {
        port:           8080
        default-server: true
    }
    foo: {
        port: 9000
    }
}

hello-web: {
    url-prefix = /hello
}