diff options
Diffstat (limited to 'r7r_repo/config.php')
-rw-r--r-- | r7r_repo/config.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/r7r_repo/config.php b/r7r_repo/config.php new file mode 100644 index 0000000..7a05f24 --- /dev/null +++ b/r7r_repo/config.php @@ -0,0 +1,12 @@ +<?php + +define("CONFIG_FILLED_OUT", True); +define("SKIP_TABLE_CREATION", False); + +$config["mysql"]["server"] = "localhost"; +$config["mysql"]["db"] = "s_db_47"; +$config["mysql"]["user"] = "dbuser_47"; +$config["mysql"]["passwd"] = "DfXVQBoVOBPbLlL"; +$config["mysql"]["prefix"] = "repo_"; + +?> |