blob: acf225326bf4728d5ddb08ef160f11a14c0e96ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
##
## These are comments
##
## Server name
server_name=localhost:8080
## Bind address
bind_addr = 127.0.0.1
## Port number
bind_port=8080
## Directory where all pastes are kept
paste_dir="./rubbish"
## Directory where HTML files and templates are kept
templ_dir=./html
## max size of a paste, in bytes (cannot exceed 65535)
max_size=16384
## logfile
log_file="./binnit.log"
|