summaryrefslogtreecommitdiff
path: root/conf/options/manager.conf
blob: bb0934688f6c0cd24d51f2358ecdacfbefe8e879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
manager {

    # Credential database URI for manager. If it contains a password, make sure
    # to adjust the permissions of the config file accordingly.
    # database =

    # Enable debugging in manager.
    # debug = no

    # Plugins to load in manager.
    # load =

    # FastCGI socket of manager, to run it statically.
    # socket =

    # Threads to use for request handling.
    # threads = 10

    # Session timeout for manager.
    # timeout = 15m

}