Novius OS

A sample configuration file is available in local/config/config.php.sample. Just rename (or copy) it to local/config/config.php, and update it to your case.

cache

Boolean for use of cache on front. By default is true, except in DEVELOPMENT environment.

New in version 0.2.0.2.

cache_duration_page

Int, number of seconds of cache validity. By default is 60.

upload

Array :

Parameters:
  • disabled_extensionsArray of invalid extensions for files uploaded in Novius OS. By default php is disabled.
assets_minified

Boolean for use of assets minified in back-office. By default is true, except in DEVELOPMENT environment.

Database

The DB configuration was initially created by the installation wizard. But you can (and you must to go live) update it after installation.

The DB configuration is in local/config/db.php.

See also

FuelPHP Database documentation for details.

Email

By default, your Novius OS is not configured to send mail, because it’s too dependent on the server.

A sample configuration file is available in local/config/email.config.php.sample. Just rename (or copy) it to local/config/email.config.php, and update it to your case.

See also

FuelPHP email package documentation for details.