Encore Application Configuration

The encore.app configuration file is the canonical declaration of an Encore application, including its platform application ID, primary language, global CORS rules, and authenticator settings. The JSONSchema captures the supported fields and is used to validate encore.app files in editors and CI pipelines.

API entry from apis.yml

apis.yml Raw ↑
aid: encore:encore-application-config
name: Encore Application Configuration
description: The encore.app configuration file is the canonical declaration of an Encore application,
  including its platform application ID, primary language, global CORS rules, and authenticator settings.
  The JSONSchema captures the supported fields and is used to validate encore.app files in editors and
  CI pipelines.
humanURL: https://encore.dev/docs/ts/develop/app-config
tags:
- Application Configuration
- Encore App
- JSON Schema
properties:
- type: Documentation
  url: https://encore.dev/docs/ts/develop/app-config
- type: JSONSchema
  url: json-schema/encore-app-configuration.json