<?php

/*
*   Config file: EXAMPLE environment
*
*/

return array(

    'db' => array(
        'server' => '',
        'user' => '',
        'password' => '',
        'database' => '',
    ),

    'devMode' => true,
    'allowAutoUpdates' => false,
    'backupDbOnUpdate' => true,
    /*
     * Cache data indefinitely: https://craftcms.com/docs/config-settings#cacheDuration
     * More Info here: https://nystudio107.com/blog/the-craft-cache-tag-in-depth
     * */
    'cacheDuration' => '0',

);