Update README.md

This commit is contained in:
Stephane Bourque
2021-06-30 08:32:15 -07:00
committed by GitHub
parent d5156bf000
commit d5244f8626

View File

@@ -26,9 +26,9 @@ npm run build
Once the build is done, you can move the `build` folder on your server.
### Configuration
You can use the config.json file in the solution's public directory to decide what the default gateway URL will be and also if the users are able to modify that URL at the login page.
You must change the `config.json` file in `public` directory to point to your gateway URL. You may also limit the ability for users to change the default gateway. If you do not allow a gateway change, the gateway URL will not appear on the login screen.
Here are the values that are present by default :
Here are the current default values:
```
{
"DEFAULT_GATEWAY_URL": "https://ucentral.dpaas.arilia.com:16001",