summaryrefslogtreecommitdiff
path: root/inc/config.php
blob: 76783c3deb52d643a4b2166710d1f363486707d9 (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' => 'https://www.bulletinalpha.tk/',
  'c_name' => 'bulletin',
  'c_expire' => 31536000,
  'c_dom' => '.bulletinalpha.tk',
  'c_path' => '/',
  'c_sec' => true,
  '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,
);
?>