aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-10 03:32:56 -0700
committerfriendica <info@friendica.com>2013-05-10 03:32:56 -0700
commiteb15209cf08afe5423eccba160e302947ca13568 (patch)
treef448847d14c209135ff44cf987afba86d0d48493 /install
parent5ba1a733798132a36632c325cf50c78b389551e7 (diff)
parentc6662e35749eaf0c8db00e6a5090f866a370252c (diff)
downloadvolse-hubzilla-eb15209cf08afe5423eccba160e302947ca13568.tar.gz
volse-hubzilla-eb15209cf08afe5423eccba160e302947ca13568.tar.bz2
volse-hubzilla-eb15209cf08afe5423eccba160e302947ca13568.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'install')
-rwxr-xr-x[-rw-r--r--]install/htconfig.sample.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php
index ebfc84543..77a0aa8a5 100644..100755
--- a/install/htconfig.sample.php
+++ b/install/htconfig.sample.php
@@ -13,10 +13,14 @@
// Then set the following for your MySQL installation
$db_host = 'your.mysqlhost.com';
+$db_port = null; #leave null for default or set your port
$db_user = 'mysqlusername';
$db_pass = 'mysqlpassword';
$db_data = 'mysqldatabasename';
+// smarty3 compile dir. make sure is writable by webserver
+$a->config['system']['smarty3_folder'] = "view/tpl/smart3";
+
// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
// It can be changed later and only applies to timestamps for anonymous viewers.