From 1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55 Mon Sep 17 00:00:00 2001 From: Bulletin Date: Thu, 29 Dec 2016 16:42:32 -0500 Subject: Added existing progress --- inc/config.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 inc/config.php (limited to 'inc/config.php') diff --git a/inc/config.php b/inc/config.php new file mode 100644 index 0000000..93050e7 --- /dev/null +++ b/inc/config.php @@ -0,0 +1,18 @@ + '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 ', + 'mobile_base' => 'https://m.bulletinalpha.tk/', + 'moblie_host' => 'm.bulletinalpha.tk', +); +?> -- cgit v1.2.3