Annotation of embedaddon/strongswan/conf/options/manager.conf, revision 1.1

1.1     ! misho       1: manager {
        !             2: 
        !             3:     # Credential database URI for manager. If it contains a password, make sure
        !             4:     # to adjust the permissions of the config file accordingly.
        !             5:     # database =
        !             6: 
        !             7:     # Enable debugging in manager.
        !             8:     # debug = no
        !             9: 
        !            10:     # Plugins to load in manager.
        !            11:     # load =
        !            12: 
        !            13:     # FastCGI socket of manager, to run it statically.
        !            14:     # socket =
        !            15: 
        !            16:     # Threads to use for request handling.
        !            17:     # threads = 10
        !            18: 
        !            19:     # Session timeout for manager.
        !            20:     # timeout = 15m
        !            21: 
        !            22: }
        !            23: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>