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 synchronisation 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_SECRET
apply the current schema of your repository to the specified environment (using your .forestadmin-schema.json
file).Last modified 4yr ago