Some Default values. More...
Variables | |
| const std::string | APPNAME = "Tonido" |
| AppName. | |
| const std::string | MESSAGEVERSION = "0.0.0.1" |
| Message Version. | |
| const int | HTTPPORT = 10001 |
| Default HTTP Port. | |
| const std::string | APPROOT = "approot" |
| Default Approot. | |
| const bool | ENABLEERRORLOG = true |
| Enable Error Log. | |
| const std::string | LOGROOT = "logs" |
| LogRoot. | |
| const std::string | LOGFILE = "tonido.log" |
| LogFileName. | |
| const std::string | ERRORLOGROOT = "errorlogs" |
| ErrorLogRoot. | |
| const std::string | PLUGINDATADIR = "plugindata" |
| PluginDataDir. | |
| const std::string | USERDATADIR = "userdata" |
| UserDataDir. | |
| const std::string | LOGLEVEL = "information" |
| const std::string | PLUGINLISTURL = "" |
| Plugin list URL. | |
| const std::string | EMAILINVITEURL = "" |
| Email Invite URL. | |
| const std::string | RSSURL = "" |
| RSS URL. | |
| const std::string | DOMAINLISTURL = "" |
| DOMAINLIST URL. | |
| const std::string | RELAYSERVICEURL = "https://store.tonido.com/api/relay/getrelay.php" |
| Relay Service URL. | |
| const bool | ENABLEDNS = 0 |
| ENABLEDNS. | |
| const bool | ENABLEDOMAINSERVER = 0 |
| ENABLEDOMAINSERVER. | |
| const int | DOMAINSERVERPORT = 24465 |
| DOMAINSERVERPORT. | |
| const std::string | PRODUCTURL = "http://www.tonido.com" |
| Product URL. | |
| const std::string | BUGREPORTHOST = "debug.codelathe.com" |
| BugReporter Host. | |
| const int | BUGREPORTPORT = 9999 |
| BugReporter Port. | |
| const std::string | TRUEVAL = "1" |
| TRUE/FALSE Setting. | |
| const std::string | FALSEVAL = "0" |
| TRUE/FALSE Setting. | |
| const std::string | CLIENTCA = "clientca.pem" |
| CA certificate. | |
| const std::string | CLIENTCERT = "clientcert.pem" |
| Local Certificate. | |
| const std::string | SERVERCA = "serverca.pem" |
| Server CA certificate. | |
| const std::string | SERVERCERT = "servercert.pem" |
| Local Certificate. | |
| const std::string | RESOURCES = "resources.zip" |
| Resources.zip file. | |
| const std::string | WEBACCESS = "all" |
| WebAccess. | |
| const bool | NETWORKACCESS = true |
| NetworkAccess. | |
| const int | MAXNETWORKCONNECTIONS = 200 |
| Max number of connections. | |
| const int64_bt | HTTP_TIMEOUT = 10000000 |
| HTTP Access Timeout. | |
| const bool | REMOTEADMIN = DEFAULT_ALLOW_REMOTE_ADMIN |
| RemoteAdmin Default. | |
| const bool | LOGASYNC = true |
| Log Async Default. | |
| const std::string | KEEPLOG = DEFAULT_KEEP_LOG |
| Log Number of Days. | |
| const std::string | PURGECOUNT = "5" |
| Number of Log Files to Purge. | |
| const std::string | NETWORKSPEEDLIMIT = "0" |
| NetworkSpeedLimit Default. | |
| const int | THREADPOOL_CAPACITY = 20 |
| Default Thread Pool Capacity. | |
| const int | HTTPSERVER_MAX_QUEUED = 25 |
| const int | HTTPSERVER_MAX_THREADS = 15 |
| const int | MAX_PROFILE_ATTEMPTS = 5 |
| const int | PROFILE_ATTEMPT_EXPIRY_TIME = 60 |
| const int | PROFILE_ATTEMPT_LOCK_TIME = 600 |
| const int | USAGE_SEND_HOURS_INTERVAL = 168 |
| const int | HTTPPROXYPORT = 80 |
| const int | NETWORKINTERFACE = 0 |
| const std::string | DEFAULTLANGUAGE = "english" |
| const int | LAN_XFER_SIZE = 1024000 |
| const int | WAN_XFER_SIZE = 51200 |
| const bool | WAN_LAN_REDIRECT = true |
| WAN_LAN_REDIRECT. | |
| const int | CHECK_UPDATE_INTERVAL = DEFAULT_CHECK_UPDATE_INTERVAL |
| ... New Software Update Check Time in Hours | |
Some Default values.