about summary refs log tree commit diff
path: root/config.yml
blob: ba730a0460db3026a4e3796ce02e78ffb892e3dc (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: "postgres: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/"