Skip to content

Commit

Permalink
Back the params.php file.
Browse files Browse the repository at this point in the history
msyk committed Dec 10, 2023
1 parent 6f484a8 commit 7749c83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params.php
Original file line number Diff line number Diff line change
@@ -181,9 +181,9 @@
/* Service Server Behavior
* ===================
* Port number and host name for service server */
$notUseServiceServer = false; // Default is TRUE!. It has to set false to work every feature with Service Server.

$activateClientService = true; // Default is FLASE!.
$notUseServiceServer = TRUE; // Default is TRUE!. It has to set false to work every feature with Service Server.
/*
$activateClientService = false; // Default is FLASE!.
$serviceServerProtocol = "ws"; // The Service Server url components to connect from client.
$serviceServerHost = "localhost"; // "" for public ip address.
$serviceServerPort = "11478";
@@ -196,7 +196,7 @@
$preventSSAutoBoot = false;
$backSeconds = 3600 * 24 * 2; // The seconds value that detect the outdated registering records.
$foreverLog = '/tmp/nodemon.log';

*/
/* Operation Log
* ===================
* the table named 'operationlog' is required.

0 comments on commit 7749c83

Please sign in to comment.