Skip to content

Configuration syntax

A configuration file can contain several sites with all different configurations and all using a different mix of re-usable serverless microservice components.

It is common to have a single configuration file per environment since they usually share the same general configurations.

The configuration file has the following structure:

JSON schema

A JSON schema for the syntax is available on GitHub. This can be used to configure IntelliSense autocompletion support in VSCode.

Full example

Todo

Add full example