summaryrefslogtreecommitdiff
path: root/inc/config.php
blob: b7d21a4dc1f7090a5df195f691f480e4fcf451a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$b_config = array(
  'base_url' => 'http://www.bulletin.com/',
  'c_name' => 'bulletin',
  'c_expire' => 31536000,
  'c_dom' => '.bulletin.com',
  'c_path' => '/',
  'c_sec' => false,
  'c_http' => true,
  'db_host' => 'localhost',
  'db_name' => 'bulletin',
  'db_user' => 'bulletin',
  'db_pass' => 'chV`tX8B_:e4/><}$(KO2)dE:~:O1)r@',
  'mail_from' => 'Bulletin <noreply@bulletinalpha.tk>',
  'mobile_base' => 'https://m.bulletinalpha.tk/',
  'moblie_host' => 'm.bulletinalpha.tk',
  'ads_per_page' => 10,
);
?>