Docs / Configuration
Most of Forge is pretty much plug 'n play. But you can easily tweak some of its configuration, like enabling features and so on.
Forge uses Rails’ Custom Configuration
extensively. You can see all the different “sections”
in config/configurations/*.yml
. It is used for settings configuration like API keys
to configuring features to be enabled or disabled.
Make sure you go over each configuration file before deploying to production.
This configuration is set up to have a fallback for environment variables that
follow a predictable naming convention, eg. CONFIG_NAME_KEY_NAME
. This is useful
to easily update any value without deploying to production.
See: https://railsdesigner.com/saas/configuration/ for more details on this set up.
If anything is unclear or if you need any help, feel free to reach out.