summaryrefslogtreecommitdiff
path: root/binit.cfg
blob: 275844118fb1624a553e348f482c49cdd1c6fea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## These are comments
##

## host/IP
host=localhost

## Port number
port=8080

## Directory where all pastes are kept
paste_dir=./pastes

## Directory where HTML files and templates are kept
templ_dir=./html

## max size of a paste, in bytes (cannot exceed 65535)
max_size=16384