]> git.stg.codes - stg.git/blob - stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_rpc.conf
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_rpc.conf
1 # Enable the configuration module ConfRPC "mod_conf_rpc.so"
2 <Module conf_rpc>
3     # Port on which the server interacts with configurator
4     # Parameter: required
5     # Value: 1...65535
6     # Default:
7     Port = 8080
8
9     # Session timeout in seconds
10     # Parameter: required
11     # Value: positive integer
12     # Default: 1800
13     CookieTimeout = 1800
14 </Module>