File: ring-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 (19 lines) | stat: -rw-r--r-- 337 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
global: {
    # Points to a logback config file
    logging-config: examples/ring_app/logback.xml
}

nrepl: {
    enabled: true
}

webserver: {
    # Port to listen on for clear-text HTTP.
    port: 8080
}

example: {
    # The URL prefix at which the ernie service should be available in the web server.
    ernie-url-prefix: /ernie
}