Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php return array (
  2. 'debug' => true,
  3. 'database' =>
  4. array (
  5. 'driver' => 'mysql',
  6. 'host' => 'localhost',
  7. 'database' => '******',
  8. 'username' => '******',
  9. 'password' => '******',
  10. 'charset' => 'utf8mb4',
  11. 'collation' => 'utf8mb4_unicode_ci',
  12. 'prefix' => '******',
  13. 'strict' => false,
  14. ),
  15. 'url' => 'http://localhost/silverlakerpg',
  16. 'paths' =>
  17. array (
  18. 'api' => 'api',
  19. 'admin' => '******',
  20. ),
  21. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement