Segs / WebUI

Web UI template to manage user accounts for the SEGS servers
Other
7 stars 7 forks source link

Updated Example Config #25

Closed mobbyg closed 1 year ago

mobbyg commented 1 year ago

Out of the box, the example config introduced a couple minor issues:

  1. The example for the websocket address included 'ws://', which is added in dashboard.php, so the connection string looked like "ws://ws://loclahost:6001". Removed the "ws:// from the $ws_target variable in config.php.
  2. Added the $dbport variable to config.php as the getAccount.php script was calling for it, but it wasn't defined in the config.

These changes should allow users to deploy this a little smoother, after using the composer script for installing prerequisite parts of the WebUI.