Configuration

Configuration Options

Endpoint Override

Setting the endpoint override for the API is required if your site is configured to disable global acceleration. This can also be set to use a mock server in development or CI.

Example Configuration

provider "files" {
  endpoint_override = "https://SUBDOMAIN.files.com"
}