X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fconfig.html;h=532a826be7620e179f272190e0bdbf40a26340aa;hb=4d513ff5a17bd3b697502b54c9516577a0a8d3e4;hp=9bd924f8f2742f149c1ecb5bebfd62db2703c91a;hpb=d8bb43c4735c6faab56eba98459d8732eb45fa68;p=freeside.git diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index 9bd924f8f..532a826be 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -3,33 +3,68 @@

Configuration files

-Configuration file layout has changed in 1.2.x. All further configuration files and directories are located in -`/usr/local/freeside/conf.datasource', for example, -`/usr/local/freeside/conf.DBI:Pg:dbname=freeside' +/usr/local/etc/freeside/conf.datasource, for example, +/usr/local/etc/freeside/conf.DBI:Pg:host=localhost;dbname=freeside (remember to backslash-escape the ; character when creating directories in the shell: mkdir /usr/local/etc/freeside/conf.DBI:Pg:host=localhost\;dbname=freeside).