Now, go to the Settings > Layout, Parameters and SEO section in your dashboard
We are going to explain the available settings in this section:
App Environment
Production: If your platform is currently visible to customers, pages loading time is faster and debugging messages are displayed
Development: If you are modifying the source code or debugging some functionnalitites, the Symfony profiler will appear at the right bottom corner of all the pages
App Debugging
Enable: If you want to display error messages (if any), you should use this along with the Development Environment
Disable: Disable all debugging messages, you should use this along with the Production Environment
App Secret
This is a string that should be unique to your application and it is commonly used to add more entropy to security related operations
Maintenance mode
Enable maintenance mode to display a maintenance page for all users but the users who are granted the ROLE_ADMINISTRATOR role, if you lost your session, you can edit the MAINTENANCE_MODE parameter directly in the .env file
Maintenance mode custom message
Enter a custom message that will appear in the maintenance mode page
Date and time format
Project wide date and time format, follow this link for a list of supported characters: