|
@@ -41,6 +41,8 @@ define('APP_REPO_PATH', "/var/www/YourWebApp/Private/Repo");
|
|
define('APP_PIC_PATH', "/var/www/YourWebApp/Public/static/hmm-img");
|
|
define('APP_PIC_PATH', "/var/www/YourWebApp/Public/static/hmm-img");
|
|
// Timezone in +N format (without leading zero)
|
|
// Timezone in +N format (without leading zero)
|
|
define('APP_SERVER_TIMEZONE', "+2");
|
|
define('APP_SERVER_TIMEZONE', "+2");
|
|
|
|
+// Server pushing interval in ms
|
|
|
|
+define('APP_PUSH_INTERVAL', "25000");
|
|
|
|
|
|
define('CMDLINE_VALIDCMDS', "~|sendmsg|refreshbrd|delmsg|delpic|openpic|");
|
|
define('CMDLINE_VALIDCMDS', "~|sendmsg|refreshbrd|delmsg|delpic|openpic|");
|
|
|
|
|
|
@@ -73,7 +75,9 @@ $CONFIG = [
|
|
'REPO_PATH' => "/var/www/YourWebApp/Private/Repo",
|
|
'REPO_PATH' => "/var/www/YourWebApp/Private/Repo",
|
|
'PIC_PATH' => "/var/www/YourWebApp/Public/static/hmm-img",
|
|
'PIC_PATH' => "/var/www/YourWebApp/Public/static/hmm-img",
|
|
// Timezone in +N format (without leading zero)
|
|
// Timezone in +N format (without leading zero)
|
|
- 'SERVER_TIMEZONE' => "+2"
|
|
|
|
|
|
+ 'SERVER_TIMEZONE' => "+2",
|
|
|
|
+ // Server pushing interval in ms
|
|
|
|
+ 'PUSH_INTERVAL' => "25000"
|
|
],
|
|
],
|
|
|
|
|
|
'AUTH' => [
|
|
'AUTH' => [
|