Additional Configuration (Optional)
If you need further customization or specific configurations, you can explore additional settings and options in the Discourse configuration files.
1. Explore Additional Configuration Options
Navigate to the Discourse configuration directory:
cd /var/discourseEdit the app.yml file to make additional configurations:
nano containers/app.ymlMake the necessary changes and save the file.
2. Apply Changes
After making changes, apply them by rebuilding the Discourse app:
`./launcher rebuild app`