##############################################################################
# .swc-init.pl
#
# Copy this file to 
#	.swc-init.pl 
# in your home directory.

# This is a list of server names and their correponding hostname:port:domain.
# This will OVERRIDE and REPLACE the default list in swc.

    %servermap = (
      dart		=>	"dart.ncedc.org:$DEFAULT_PORT:NC",
      ncedc_archive	=>	"archive.ncedc.org:$DEFAULT_PORT:NC",
      );

# If you have qmerge installed on your system, and you want to
# use it to report on the timespan of the data, set this to 1.
# Otherwise, set it to 0.
    $use_qmerge = 0;

# Leave the following line alone.  It is required by the perl "require" stmt.
1;
##############################################################################
