App Configuration
How you can configure app specific settings.
User Configuration
The user configuration file stores user specific app state information. This information can vary in subject but will assist the app in retaining information the current users enters.
This is useful in preserving the applications current settings and personalisation (ex: where the app is, it's window size, etc)
API Configuration
This configuration file is used for storing information used by the UBuild API server.
Here you can specify where the API will listen along with changing the access token used when communicating with the API or where to use the access token at all.
Values
"url" - This is the host address for the API. This can either be "http://*:[PORT]" for forwarding to the internet or "http://localhost:[PORT]" for LAN/local access only. default: "http://localhost:5599")
"token" - This is a token required when sending an API request to UBuild. (default: randomly generated)
"require-token" - This indicates whether a token is required when sending API requests to UBuild. It's recommended if making the API publicly accessible, you change this to true. (default: false)
License Configuration
The license configuration file is used to store details about the current license.
This will contain either your personal/independent token agreement or your Commercial License Token and Password.