File: multiserver-example.conf

package info (click to toggle)
trapperkeeper-webserver-jetty9-clojure 1.7.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,156 kB
  • sloc: xml: 531; java: 120; makefile: 24; sh: 10
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
}