]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/config.in
[project @ 2001-01-27 22:09:01 by joy]
[debbugs.git] / scripts / config.in
index 05ed4ed4b5c9fd7d62f87bcdf29c38bab6490436..97f8955cc5c08c8cd08c30ee60d5a32c6af6cb9d 100644 (file)
@@ -1,13 +1,17 @@
 # This is the template debbugs configuration file.
 # You *must* edit it in order for debbugs to work.
-# $Id: config.in,v 1.11 2000/10/10 23:42:14 joy Exp $
+# $Id: config.in,v 1.12 2001/01/27 22:09:01 joy Exp $
 
 # Domains
 $gEmailDomain = "bugs.something";                      # e.g. bugs.debian.org
 $gListDomain = "lists.something";                      # e.g. lists.debian.org
-$gWebDomain = "localhost/Bugs";                                # e.g. www.debian.org/Bugs
+$gWebHost = "localhost";                               # e.g. www.debian.org
+$gWebHostBugDir = "Bugs";                              # e.g. Bugs
+# For now, don't change this one manually!
+$gWebDomain = "$gWebHost/$gWebHostBugDir";
 $gCGIDomain = "$gWebDomain/Bugs/cgi";                  # e.g. cgi.debian.org
 $gMirrors = "";                                                # comma separated list
+$gPackagePages = "packages.debian.org";                 # e.g. packages.debian.org
 
 # Project identification
 $gProject = "Something";                               # e.g. Debian