From: ivan Date: Fri, 13 Nov 1998 04:45:54 +0000 (+0000) Subject: secrets files are located in /usr/local/etc/freeside, not just default. X-Git-Tag: freeside_1_2_0~179 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ace29ec6f4cdcbe3c76f5d874ba58083575e9fec secrets files are located in /usr/local/etc/freeside, not just default. --- 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'