<?php

    $config['system']['current_config_version']              = 2;
    $config['db']['type']                                    = 'mysql';
    $config['db']['host']                                    = 'localhost';
    $config['db']['name']                                    = 'part-db';
    $config['db']['user']                                    = 'part-db';
    $config['db']['password']                                = 'password';
    $config['db']['charset']                                 = 'utf8';
    $config['db']['auto_update']                             = false;
    $config['db']['backup']['name']                          = '';
    $config['db']['backup']['url']                           = '';
    $config['db']['update_error']['version']                 = -1;
    $config['db']['update_error']['next_step']               = 0;
    $config['db']['limit']['search_parts']                   = 200;
    $config['html']['http_charset']                          = 'utf-8';
    $config['html']['theme']                                 = 'nextgen';
    $config['html']['custom_css']                            = '';
    $config['update']['type']                                = 'stable';
    $config['startup']['disable_update_list']                = true;
    $config['devices']['disable']                            = false;
    $config['footprints']['disable']                         = false;
    $config['manufacturers']['disable']                      = false;
    $config['auto_datasheets']['disable']                    = false;
    $config['tools']['footprints']['autoload']               = false;
    $config['menu']['disable_help']                          = false;
    $config['menu']['disable_config']                        = true;
    $config['menu']['enable_debug']                          = false;
    $config['menu']['disable_labels']                        = false;
    $config['menu']['disable_calculator']                    = false;
    $config['menu']['disable_iclogos']                       = false;
    $config['menu']['disable_footprints']                    = false;
    $config['popup']['modal']                                = false;
    $config['popup']['width']                                = 1000;
    $config['popup']['height']                               = 800;
    $config['debug']['enable']                               = false;
    $config['debug']['template_debugging_enable']            = false;
    $config['debug']['request_debugging_enable']             = false;
    $config['admin']['password']                             = 'a5bf418bfc54f7883e473ca2f534c6c0b2838961b48a86020f740cf072428866';
    $config['installation_complete']['locales']              = true;
    $config['installation_complete']['admin_password']       = true;
    $config['installation_complete']['database']             = true;
    $config['installation_complete']['db_backup_path']       = true;
    $config['timezone']                                      = 'Europe/Berlin';
    $config['language']                                      = 'de_DE';
    $config['is_online_demo']                                = true;
    $config['developer_mode']                                = false;
    $config['page_title']                                    = 'Part-DB Elektronische Bauteile-Datenbank';
    $config['partdb_title']                                  = 'Part-DB (Demo)';
    $config['tracking_code']                                 = '';
    $config['design']['use_smarty']                          = true;
    $config['foot3d']['active']                              = true;
    $config['appearance']['use_old_datasheet_icons']         = false;
    $config['properties']['active']                          = true;
    
 
    //How to declare manual configs:
    //$manual_config['money_format']['POSIX']                = '%!n €';
    //$manual_config['DOCUMENT_ROOT']                        = '/var/www';

?>