Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <?php // SeAT Configuration Created: 2015-07-04 23:30:25
  2.  
  3. return array (
  4.   'mysql_hostname' => '127.0.0.1',
  5.   'mysql_database' => 'seat',
  6.   'mysql_username' => 'seat',
  7.   'mysql_password' => 'xxxxx',
  8.   'redis_host' => '127.0.0.1',
  9.   'redis_port' => 6379,
  10.   'mail_driver' => 'mail',
  11.   'mail_from' => 'root@h2458124.stratoserver.net',
  12.   'mail_from_name' => 'SeAT Administrator',
  13.   'smtp_hostname' => '127.0.0.1',
  14.   'smtp_username' => NULL,
  15.   'smtp_password' => NULL,
  16.   'smtp_port' => 25,
  17.   'smtp_encryption' => NULL,
  18. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement