aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/config.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-07-12 20:50:37 +0200
committerKevin Chabowski <kevin@kch42.de>2011-07-12 20:50:37 +0200
commit70389c5e60bce048cb97f2c91c83fc210cf44797 (patch)
tree54f951c63ca3283af9479a53c86ca512951b0c75 /ratatoeskr/config.php
downloadratatoeskr-cms-70389c5e60bce048cb97f2c91c83fc210cf44797.tar.gz
ratatoeskr-cms-70389c5e60bce048cb97f2c91c83fc210cf44797.tar.bz2
ratatoeskr-cms-70389c5e60bce048cb97f2c91c83fc210cf44797.zip
Initial commit
Diffstat (limited to 'ratatoeskr/config.php')
-rw-r--r--ratatoeskr/config.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/ratatoeskr/config.php b/ratatoeskr/config.php
new file mode 100644
index 0000000..1691b4a
--- /dev/null
+++ b/ratatoeskr/config.php
@@ -0,0 +1,8 @@
+<?php
+
+$conf["mysql"]["db"] = "s_db_47";
+$conf["mysql"]["user"] = "dbuser_47";
+$conf["mysql"]["passwd"] = "DfXVQBoVOBPbLlL";
+$conf["mysql"]["prefix"] = "ratatoeskr_";
+
+?>