File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / options / manager.opt
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, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

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

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