summaryrefslogtreecommitdiff
path: root/includes/conf/mysql.conf.php
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2009-10-20 19:03:02 +0200
committerAndreas Habel <mail@exceptionfault.de>2009-10-20 19:03:02 +0200
commit6e1d4a6d8b9288356e64674f41209be4f4c2acfe (patch)
tree48bd44c04c0d3880d28652637bb0e925aac8b3d1 /includes/conf/mysql.conf.php
parent5fdd082f7b4631d75b920e4ea5736dc67ab056dc (diff)
downloadwebsite-6e1d4a6d8b9288356e64674f41209be4f4c2acfe.tar.gz
website-6e1d4a6d8b9288356e64674f41209be4f4c2acfe.tar.bz2
website-6e1d4a6d8b9288356e64674f41209be4f4c2acfe.tar.xz
website-6e1d4a6d8b9288356e64674f41209be4f4c2acfe.zip
New accounts will be written to a mysql database
Diffstat (limited to 'includes/conf/mysql.conf.php')
-rw-r--r--includes/conf/mysql.conf.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/conf/mysql.conf.php b/includes/conf/mysql.conf.php
new file mode 100644
index 0000000..05122cd
--- /dev/null
+++ b/includes/conf/mysql.conf.php
@@ -0,0 +1,8 @@
+<?php
+
+ $conf['mysql_hostname'] = "localhost";
+ $conf['mysql_database'] = "test";
+ $conf['mysql_username'] = "test";
+ $conf['mysql_password'] = "test123";
+
+?> \ No newline at end of file