Advertisement
Guest User

Untitled

a guest
Nov 11th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. global $databaseConfig;
  2. $databaseConfig = array(
  3. "type" => 'MySQLDatabase',
  4. "server" => 'localhost',
  5. "username" => 'nundle-nundle',
  6. "password" => 'PUTPASSWORDHERE',
  7. "database" => 'nundle_ss',
  8. "path" => '',
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement