00001 <?php
00002
00003
00093 $db_url = 'mysql://username:password@localhost/databasename';
00094 $db_prefix = '';
00095
00105 $update_free_access = FALSE;
00106
00126 # $base_url = 'http://www.example.com'; // NO trailing slash!
00127
00138 ini_set('arg_separator.output', '&');
00139 ini_set('magic_quotes_runtime', 0);
00140 ini_set('magic_quotes_sybase', 0);
00141 ini_set('session.cache_expire', 200000);
00142 ini_set('session.cache_limiter', 'none');
00143 ini_set('session.cookie_lifetime', 2000000);
00144 ini_set('session.gc_maxlifetime', 200000);
00145 ini_set('session.save_handler', 'user');
00146 ini_set('session.use_only_cookies', 1);
00147 ini_set('session.use_trans_sid', 0);
00148 ini_set('url_rewriter.tags', '');
00149
00158 # $cookie_domain = 'example.com';
00159
00173 # $conf = array(
00174 # 'site_name' => 'My Drupal site',
00175 # 'theme_default' => 'minnelli',
00176 # 'anonymous' => 'Visitor',
00177
00185 # 'maintenance_theme' => 'minnelli', // Leave the comma here.
00186
00202 # 'reverse_proxy' => TRUE, // Leave the comma here.
00203
00213 # 'reverse_proxy_addresses' => array('a.b.c.d', ...), // Leave the comma here.
00214 # );
00215
00225 # $conf['locale_custom_strings_en'] = array(
00226 # 'forum' => 'Discussion board',
00227 # '@count min' => '@count minutes',
00228 # );
00229
00249 # $conf['blocked_ips'] = array(
00250 # 'a.b.c.d',
00251 # );