The support of environments helps FuelPHP and your app to make decisions based on the environment setting. FuelPHP itself uses the environment setting to load/overwrite additional config setting based on which environment is currently active. Environments and Config Based on the environment the app is set to, the Config class looks for environment-specific config files. The config class looks for