From 51984ac3d3da3006809c6866fdecd4ad83610731 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Jul 2001 07:36:04 +0000 Subject: templates!!! --- httemplate/docs/config.html | 106 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 httemplate/docs/config.html (limited to 'httemplate/docs/config.html') diff --git a/httemplate/docs/config.html b/httemplate/docs/config.html new file mode 100644 index 000000000..49be7200b --- /dev/null +++ b/httemplate/docs/config.html @@ -0,0 +1,106 @@ + + Configuration files + + +

Configuration files

+ +All further configuration files and directories are located in +/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). + + + -- cgit v1.2.1