public
Description: demo of starling, in scala
Clone URL: git://github.com/robey/scarling.git
Search Repo:
scarling / scarling.conf
100644 17 lines (12 sloc) 0.304 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# scarling config for a production system
 
# where to listen for connections:
port = 22122
host = "0.0.0.0"
 
<log>
    filename = "/var/log/scarling/scarling.log"
    roll = "daily"
    level = "info"
</log>
 
queue_path = "/var/spool/starling"
 
# when to timeout clients (seconds; 0 = never)
timeout = 0