equal
deleted
inserted
replaced
210 * 'driver' => 'sqlite', |
210 * 'driver' => 'sqlite', |
211 * 'database' => '/path/to/databasefilename', |
211 * 'database' => '/path/to/databasefilename', |
212 * ); |
212 * ); |
213 * @endcode |
213 * @endcode |
214 */ |
214 */ |
215 $databases = array(); |
215 $databases = array ( |
|
216 'default' => |
|
217 array ( |
|
218 'default' => |
|
219 array ( |
|
220 'database' => 'corpusdelaparole', |
|
221 'username' => 'corpus', |
|
222 'password' => 'C0rpusDLP', |
|
223 'host' => 'db', |
|
224 'port' => '', |
|
225 'driver' => 'mysql', |
|
226 'prefix' => '', |
|
227 ), |
|
228 ), |
|
229 ); |
216 |
230 |
217 /** |
231 /** |
218 * Access control for update.php script. |
232 * Access control for update.php script. |
219 * |
233 * |
220 * If you are updating your Drupal installation using the update.php script but |
234 * If you are updating your Drupal installation using the update.php script but |
242 * |
256 * |
243 * Example: |
257 * Example: |
244 * $drupal_hash_salt = file_get_contents('/home/example/salt.txt'); |
258 * $drupal_hash_salt = file_get_contents('/home/example/salt.txt'); |
245 * |
259 * |
246 */ |
260 */ |
247 $drupal_hash_salt = ''; |
261 $drupal_hash_salt = '9Sv81aAK6y_Bc8daATnuezri5VuuIIlrtNjrJLK5fmA'; |
248 |
262 |
249 /** |
263 /** |
250 * Base URL (optional). |
264 * Base URL (optional). |
251 * |
265 * |
252 * If Drupal is generating incorrect URLs on your site, which could |
266 * If Drupal is generating incorrect URLs on your site, which could |
581 * |
595 * |
582 * Not recommended in production environments. |
596 * Not recommended in production environments. |
583 * |
597 * |
584 * Remove the leading hash sign to enable. |
598 * Remove the leading hash sign to enable. |
585 */ |
599 */ |
586 # $conf['theme_debug'] = TRUE; |
600 //$conf['theme_debug'] = TRUE; |