Index: branches/RC/tools/config.php-dist
===================================================================
--- branches/RC/tools/config.php-dist	(nonexistent)
+++ branches/RC/tools/config.php-dist	(revision 12018)
@@ -0,0 +1,18 @@
+<?php die() ?>
+
+[Database]
+DBType = "mysql"
+DBHost = "localhost"
+DBUser = "[replace with real DB username]"
+DBUserPassword = "[replace with real DB password]"
+DBName = "[replace with real DB name]"
+TablePrefix = "inp_"
+DBCollation = "utf8_general_ci"
+DBCharset = "utf8"
+
+[Intechnic]
+Domain = ""
+
+[Misc]
+WriteablePath = "/system"
+

Property changes on: branches/RC/tools/config.php-dist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property