X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fconfig.html;h=c3bfe17f3eb8d450aeb70a46d6b41f408d60d295;hp=9bd924f8f2742f149c1ecb5bebfd62db2703c91a;hb=cb61ec822bf114015e4044868c5c7f3c3000ab0d;hpb=d8bb43c4735c6faab56eba98459d8732eb45fa68 diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index 9bd924f8f..c3bfe17f3 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -9,24 +9,44 @@ Configuration file layout has changed in 1.2.x. in this file contains a username and filename, separated by whitespace. Note that these are not local usernames - they are passed from Apache (you _did_ setup -user authetication, correct?). The default path for the filename is +user authetication, correct?). Filenames are located in `/usr/local/etc/freeside/'. The specified filename is parsed exactly the same as the pre-1.2.x `secrets' file: -
  • Three lines: Database engine datasource (for example, `DBI:mysql:freeside' or `DBI:Pg:dbname=freeside'), username, and password. This file should not be world readable. +
  • Three lines: Database engine datasource (for example, + `DBI:mysql:freeside' or `DBI:Pg:dbname=freeside'), username, and password. + This file should not be world readable. See the DBI manpage and the manpage + for your DBD for the exact syntax. 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:dbname=freeside'