File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / options / manager.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 5 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>