diff options
author | redmatrix <git@macgirvin.com> | 2016-01-18 14:47:16 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-18 14:47:16 -0800 |
commit | a076a248bf10b8f98be33afac7cea4e043d49c81 (patch) | |
tree | ccffcb1b2872514a5f17e85f875589408cd90f1f /install/htconfig.sample.php | |
parent | 1ca47074bc2f22397a3b39698322937911f1f228 (diff) | |
download | volse-hubzilla-a076a248bf10b8f98be33afac7cea4e043d49c81.tar.gz volse-hubzilla-a076a248bf10b8f98be33afac7cea4e043d49c81.tar.bz2 volse-hubzilla-a076a248bf10b8f98be33afac7cea4e043d49c81.zip |
add db_type to sample htconfig
Diffstat (limited to 'install/htconfig.sample.php')
-rwxr-xr-x | install/htconfig.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php index 21697a951..794afa93b 100755 --- a/install/htconfig.sample.php +++ b/install/htconfig.sample.php @@ -17,7 +17,7 @@ $db_port = 0; // leave 0 for default or set your port $db_user = 'mysqlusername'; $db_pass = 'mysqlpassword'; $db_data = 'mysqldatabasename'; - +$db_type = 0; // use 1 for postgres, 0 for mysql /* * Notice: Many of the following settings will be available in the admin panel |