Add smart
This commit is contained in:
24
smart.conf.cmake
Normal file
24
smart.conf.cmake
Normal file
@@ -0,0 +1,24 @@
|
||||
$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_LIBEXEC@/static';
|
||||
$smart_log_path = '@MARS_NWE_LOG_DIR@/smart.log';
|
||||
|
||||
$smart_check_login = '@MARS_NWE_INSTALL_FULL_LIBEXEC@/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';
|
||||
Reference in New Issue
Block a user