Index: /trunk/operations/ippconfig/ipprc.config
===================================================================
--- /trunk/operations/ippconfig/ipprc.config	(revision 22720)
+++ /trunk/operations/ippconfig/ipprc.config	(revision 22720)
@@ -0,0 +1,25 @@
+# IPP Configuration file
+
+# Default search path for configuration files (add $HOME if desired)
+PATH            STR     /home/panstarrs/ipp/ippconfig/:$PSCONFDIR/$PSCONFIG/share/ippconfig/
+
+# load the site-specific information from here
+SITE            STR     site.config
+
+# load the system configuration information from here
+SYSTEM          STR     system.config
+
+# logging verbosity levels
+LOGLEVEL	S32	9			# Logging level; 3=INFO
+LOGFORMAT	STR	M			# Log format
+# LOGFORMAT	STR	THLNM			# Log format
+
+LOGDEST		STR	STDERR			# Log destination
+TRACEDEST	STR	STDERR			# Trace destination
+
+TRACE		METADATA			# Trace levels
+# place default trace lines here
+# example: 
+#psLib.db S32	10
+err S32 5
+END
Index: /trunk/operations/ippconfig/site.config
===================================================================
--- /trunk/operations/ippconfig/site.config	(revision 22720)
+++ /trunk/operations/ippconfig/site.config	(revision 22720)
@@ -0,0 +1,39 @@
+## Site Configuration : use this as an example for your installation
+## Supply locations of interest
+
+# place your data directories here and refer to as path://PATH/remainder
+DATAPATH	METADATA
+        GPC1    STR     /data/ipp004.0/gpc1/
+END
+
+# List of tessellations, and their DVO CATDIR
+TESSELLATIONS	METADATA
+	FIXNS   STR     path://GPC1/scitest.200807/FIXNS/
+END
+
+# dvo databases used for output
+DVO.CATDIRS     METADATA
+END
+
+# dvo databases used for psastro reference
+PSASTRO.CATDIRS METADATA
+	2MASS		STR	/data/ipp004.0/ipp/ippRefs/catdir.2mass
+	SYNTH.GRIZY	STR	/data/ipp004.0/ipp/ippRefs/catdir.synth.grizy
+	SYNTH.BRIGHT	STR	/data/ipp004.0/ipp/ippRefs/catdir.synth.bright
+	SYNTH.SIMTEST	STR	/data/ipp004.0/ipp/ippRefs/catdir.synth.grizy
+END
+
+# nebulous server
+NEB_SERVER	STR	http://ipp004:80/nebulous	# Nebulous server
+
+# Database configuration
+DBSERVER	STR	ipp004			# Database host name (for psDBInit)
+DBNAME		STR	NONE			# Database name (for psDBInit)
+DBUSER		STR	ipp			# Database user name (for psDBInit)
+DBPASSWORD	STR	ipp			# Database password (for psDBInit)
+DBPORT          S32     0                       # Database port (for psDBInit); 0 = default
+
+# other basic values:
+# XXX is TIME still needed / used?
+# XXX use autoconf to put this in a known location?
+# TIME		STR	psTime.config	# Time configuration file
