Rain Framework settings are saved into website/config/settings.php, you can easily setup your application here.
To access any setting Rain Framework implements the function get_setting($key).
Settings
Edit these constants for your application
| Configuration | Default | Description |
| $debug |
true | if true all the error are printed out with debug backtrace |
| timezone | Europe/Rome | server timezone |
| url |
base url of images and links. RainFramework get the url automatically from the server. |
