Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. );