X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fconfig.html;h=848456cadfe894b8b53195a1a8538e9eaf3376b4;hb=bb3073b629d2b5bf1903cc34a06bab8bed068965;hp=9bd924f8f2742f149c1ecb5bebfd62db2703c91a;hpb=d8bb43c4735c6faab56eba98459d8732eb45fa68;p=freeside.git diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index 9bd924f8f..848456cad 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -9,14 +9,17 @@ 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'