VM暫存
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 年之前
123456789101112131415
  1. <?php
  2. /*
  3. file: station.config.php 資料庫設定帳密設定
  4. */
  5. define('MEMCACHE_HOST', 'localhost'); // memcache host
  6. define('MEMCACHE_PORT', 11211); // memcache post no (default:11211)
  7. define('LOG_PATH', '/home/data/logs/');
  8. $dbs['host'] = 'localhost';
  9. $dbs['dbname'] = 'master_db';
  10. $dbs['user_name'] = 'altob';
  11. $dbs['password'] = '0227057716';
  12. $dbs['dsn'] = "mysql:host={$dbs['host']};dbname={$dbs['dbname']};charset=utf8";