summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-17 20:57:39 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-17 20:57:39 +0100
commit3b06ee0d381dc1be5f40ca98ad4278046d869d21 (patch)
treed31e79fc57d882b8267f40c3434480bb58a3ca73 /config.php
downloadfluxbb-master.tar.xz
checked in initial customized verison for Archlinux32HEADmaster
Diffstat (limited to 'config.php')
-rw-r--r--config.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.php b/config.php
new file mode 100644
index 0000000..c09b89d
--- /dev/null
+++ b/config.php
@@ -0,0 +1,17 @@
+<?php
+
+$db_type = 'mysqli';
+$db_host = 'localhost';
+$db_name = 'fluxbb';
+$db_username = 'fluxbb';
+$db_password = 'dzI3ODdkOHNnYSB4';
+$db_prefix = 'fluxbb_';
+$p_connect = false;
+
+$cookie_name = 'pun_cookie_143ac0';
+$cookie_domain = '';
+$cookie_path = '/';
+$cookie_secure = 0;
+$cookie_seed = '52856129188e6704';
+
+define('PUN', 1);