Advertisement
siliconmeadow

Untitled

Feb 3rd, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. diff --git a/sites/default/settings.fonix.php b/sites/default/settings.fonix.php
  2. index 3ee0531..311ecea 100644
  3. --- a/sites/default/settings.fonix.php
  4. +++ b/sites/default/settings.fonix.php
  5. @@ -53,3 +53,14 @@ $conf['js_gzip_compression'] = FALSE;
  6. $conf['install_profile'] = 'qube7';
  7.  
  8. $base_url = 'http://xxxxx';
  9. +
  10. +// Rupert's special secret project
  11. +$databases['flobble']['default'] = array(
  12. + 'database' => 'xxxx',
  13. + 'username' => 'xxxxxxxx',
  14. + 'password' => 'xxxxxxxx',
  15. + 'host' => 'localhost',
  16. + 'port' => '',
  17. + 'driver' => 'mysql',
  18. + 'prefix' => '',
  19. +);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement