Skip to content

Commit

Permalink
params.php backed to default settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Apr 26, 2024
1 parent 52a2a8b commit 0c2d78e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
/* 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.

$notUseServiceServer = true; // Default is TRUE!. It has to set false to work every feature with Service Server.
/*
$activateClientService = true; // Default is FLASE!.
$serviceServerProtocol = "ws"; // The Service Server url components to connect from client.
$serviceServerHost = "localhost"; // "" for public ip address.
Expand All @@ -223,7 +223,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.
Expand Down

0 comments on commit 0c2d78e

Please sign in to comment.