Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. return array(
  2.  
  3. // The database server name or IP address. Usually this is 'localhost' or '127.0.0.1'.
  4. 'server' => 'localhost',
  5.  
  6. // The name of the database to select.
  7. 'database' => 'Craft',
  8.  
  9. // The database username to connect with.
  10. 'user' => 'root',
  11.  
  12. // The database password to connect with.
  13. 'password' => '*******',
  14.  
  15. // The prefix to use when naming tables. This can be no more than 5 characters.
  16. 'tablePrefix' => "‘craft'",
  17. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement