Enable Backend-only Mode
0
To enable Backend-only Mode, update your environment variables. Set the 'LOAD_MODULES' variable to include only the necessary modules, excluding 'Cms':
LOAD_MODULES="System,Backend,Editor,Media"
Additionally, set the 'BACKEND_URI' variable to an empty string for using the root domain or subdomain:
BACKEND_URI=''
There are no comments yet
Be the first one to comment