Page MenuHomeIn-Portal Phabricator

config.php-dist
No OneTemporary

File Metadata

Created
Thu, May 8, 7:25 AM

config.php-dist

<?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"

Event Timeline