25 lines
805 B
CMake
25 lines
805 B
CMake
$COLOR_BACK = "#F0F0FF";
|
|
$COLOR_HEAD_BACK = "#C0C0FF";
|
|
$COLOR_HEAD_FORE = "#000000";
|
|
$COLOR_SUBH_BACK = "#D0D0FF";
|
|
$COLOR_SUBH_FORE = "#000000";
|
|
$COLOR_TEXT_BACK = "#E0E0FF";
|
|
$COLOR_TEXT_FORE = "#000000";
|
|
|
|
$mars_config = '@MARS_NWE_INSTALL_FULL_CONFDIR@/nwserv.conf';
|
|
|
|
$nonroot_user = 'nobody';
|
|
|
|
$smart_conf_path = '@MARS_NWE_INSTALL_FULL_CONFDIR@/smart.conf';
|
|
$smart_nwclient_path = '@MARS_NWE_INSTALL_FULL_CONFDIR@/.nwclient';
|
|
$smart_static_dir = '@MARS_NWE_INSTALL_FULL_LIBEXECDIR@/static';
|
|
$smart_log_path = '@MARS_NWE_LOG_DIR@/smart.log';
|
|
|
|
$smart_check_login = '@MARS_NWE_INSTALL_FULL_LIBEXECDIR@/check_login';
|
|
|
|
$nw_bind_ip = '0.0.0.0';
|
|
$nw_tls_port = 9443;
|
|
|
|
$nw_cert_file = '@MARS_NWE_INSTALL_FULL_CONFDIR@/server.crt';
|
|
$nw_key_file = '@MARS_NWE_INSTALL_FULL_CONFDIR@/server.key';
|