Index: branches/RC/tools/config.php-dist =================================================================== diff -u -N --- branches/RC/tools/config.php-dist (revision 0) +++ branches/RC/tools/config.php-dist (revision 12018) @@ -0,0 +1,18 @@ + + +[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" +