]> git.pld-linux.org Git - packages/cowiki.git/blame - cowiki-config.patch
- tabs in preamble
[packages/cowiki.git] / cowiki-config.patch
CommitLineData
cadfdb6e
ER
1--- core.conf-dist 2005-09-12 23:32:39.000000000 +0300
2+++ ./includes/cowiki/core.conf-dist 2005-11-07 20:36:01.000000000 +0200
3@@ -80,7 +80,7 @@
4 ; coWiki check for a new version? Valid values are values that can
5 ; be passed to the <http://www.php.net/strtotime> function. To disable
6 ; the check, enter -1 here.
7- CHECK_INTERVAL = "2 weeks"
8+ CHECK_INTERVAL = "-1"
9
10 ; DO NOT change this URI if not stated otherwise on the official
11 ; mailing list with a digitally signed email from the developers!
12@@ -103,7 +103,7 @@
13 ; will kick your ass to the moon in that case! The programmers of coWiki
14 ; ARE NOT your contact persons for your troubles with your admin or ISP!
15 ; Take care and be warned!
16- RETURN_PATH = "your.bounce.email@example.com"
17+ RETURN_PATH = "postmaster@localhost"
18
19 ; You have to be prepared to meet hostile and malicious guys, who are
20 ; going to receive emails from coWiki and complain then, even if they
21@@ -115,7 +115,7 @@
22 ; admin if you do not know what mail abusing is and how to act in these
23 ; cases. Abuse is very serious problem, you will have to take action
24 ; when you or your coWiki are affected.
25- ABUSE_PATH = "your.abuse.email@example.com"
26+ ABUSE_PATH = "abuse@localhost"
27
28 ; -------------------------------------------------------------------------
29
30@@ -174,7 +174,7 @@
31 ; - Blowfish encryption with a sixteen character salt starting with $2$
32 ; You may generate the crypted password with the "crypt" or "htpasswd"
33 ; commands or let it generate through http://your.cowiki/crypt.php
34- ROOT_PASSWD = ""
35+ ROOT_PASSWD = "XXX"
36
37 ; Grant root access to *all* users, disables/overrides all access
38 ; checks. WARNING: Any user will become *root* and will be able to
39@@ -216,7 +216,7 @@
40
41 ; Directory for temporary data. It MUST NOT be accessible by an user
42 ; agent, must be readable and writable for httpd or the PHP-uid.
43- TEMP = "/tmp/"
44+ TEMP = "/var/cache/cowiki/"
45
46 ; Your binaries directory. It MUST NOT be accessible by an user agent,
47 ; must be readable and writable for httpd or the PHP-uid. Skip this
48@@ -273,7 +273,7 @@
49 ; Enable resolving of the reverse DNS name of a remote address (IP).
50 ; Lookups may/will cause delays, turn it "off" if you encounter
51 ; speed problems with your DNS.
52- LOOKUP_DNS = "on"
53+ LOOKUP_DNS = off
54
55 ; Access mode bits umask. As this is a collaboration tool the umask
56 ; is set to "002" by default. If you are going to use this software
57@@ -376,3 +376,5 @@
58
59 ; Parameters for the referrer plugin
60 REFERRER_ENABLE = "on"
61+
62+; vim: ft=dosini
This page took 0.12074 seconds and 4 git commands to generate.