comparison sites/default/default.settings.php @ 9:acef7ccb09b5 6.4

Drupal 6.4
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:32:08 +0100
parents c1f4ac30525a
children
comparison
equal deleted inserted replaced
8:85cbd6048071 9:acef7ccb09b5
1 <?php 1 <?php
2 // $Id: default.settings.php,v 1.8 2007/12/20 09:35:10 goba Exp $ 2 // $Id: default.settings.php,v 1.8.2.1 2008/08/13 06:52:36 dries Exp $
3 3
4 /** 4 /**
5 * @file 5 * @file
6 * Drupal site-specific configuration file. 6 * Drupal site-specific configuration file.
7 * 7 *
80 * 'default' => 'main_', 80 * 'default' => 'main_',
81 * 'users' => 'shared_', 81 * 'users' => 'shared_',
82 * 'sessions' => 'shared_', 82 * 'sessions' => 'shared_',
83 * 'role' => 'shared_', 83 * 'role' => 'shared_',
84 * 'authmap' => 'shared_', 84 * 'authmap' => 'shared_',
85 * 'sequences' => 'shared_',
86 * ); 85 * );
87 * 86 *
88 * Database URL format: 87 * Database URL format:
89 * $db_url = 'mysql://username:password@localhost/databasename'; 88 * $db_url = 'mysql://username:password@localhost/databasename';
90 * $db_url = 'mysqli://username:password@localhost/databasename'; 89 * $db_url = 'mysqli://username:password@localhost/databasename';