Skip to main content

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)