about summary refs log tree commit diff
path: root/config.yml
blob: 0b3c205b729769784239456f2a6c57ee7e584543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# logging verbosity leve (1-7) 1=panic, 7=trace
verbose:
    level: 6

# Host information (ip to bind to and port to listen on)
server:
    host: "0.0.0.0"
    port: "8085"

# The database that should be accessed 
db:
    addr: "localhost:5432"
    user: "postgres"
    password: "postgres"
    database: "postgres"

# Enable the http frontend
frontend: true

# the path at which the uploaded slides are stored
# (trailing slash expected)
uploadpath: "./uploads/"