# # gnatsweb-site.pl - # Gnatsweb site-specific variables and subroutines. # # $Id: gnatsweb-site.pl,v 1.3 2001/10/17 21:25:38 yngves Exp $ # # GNATS host. $site_gnats_host = 'localhost'; # The port which the GNATS server is running on. # Default installations of GNATS run on port 1529. $site_gnats_port = '1529';