Skip to content

Instantly share code, notes, and snippets.

@aschiwi
Created June 24, 2013 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aschiwi/5848762 to your computer and use it in GitHub Desktop.
Save aschiwi/5848762 to your computer and use it in GitHub Desktop.
Example local.settings.php
<?php
// Database connection settings.
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'lokalerdatenbankname',
'username' => 'lokalerdatenbankbenutzer',
'password' => 'lokalesdatenbankpasswort',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => '',
),
),
);
// Stage File Proxy settings.
$conf['stage_file_proxy_origin'] = 'http://live-website.com';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment