about summary refs log tree commit diff
path: root/config.yml
blob: 1a4f81dd4d3d7fabf387a7b04446d0486dd3b578 (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
25
26
27
28
29
30
# logging verbosity leve (1-7) 1=panic, 7=trace
verbose:
<<<<<<< HEAD
    level: 7
=======
    level: 6
>>>>>>> refs/remotes/origin/master

# 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:
<<<<<<< HEAD
    addr: "localhost:5432"
=======
    addr: "postgres:5432"
>>>>>>> refs/remotes/origin/master
    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/"