Disable automatic Forest Admin schema update

Disable automatic Forest Admin schema update

On server start, Forest Admin automatically loads a new Forest Admin schema if changes are detected.

For better control, you can disable the automatic schema synchronization by adding the following environment variable: FOREST_DISABLE_AUTO_SCHEMA_APPLY=true(ex: for QA and testing purposes)

The command line forest schema:apply --secret YOUR_FOREST_ENV_SECRETapply the current schema of your repository to the specified environment (using your .forestadmin-schema.json file).

Last updated

Was this helpful?