(file) Return to config.local.template CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/config.local.template between version 1.17 and 1.18

version 1.17, 2012/07/11 22:03:58 version 1.18, 2012/07/11 22:32:27
Line 158  SUMS_DEBUG 0
Line 158  SUMS_DEBUG 0
 # PORT argument - The port on the host machine to connect to # PORT argument - The port on the host machine to connect to
 #SUMEXP_PORTFMT  "%s", port #SUMEXP_PORTFMT  "%s", port
  
   ###############################
 # TABLE OF PRODUCTION USERS # TABLE OF PRODUCTION USERS
 #   These parameters are used by lib DRMS to identify a database table (not a data series) #   These parameters are used by lib DRMS to identify a database table (not a data series)
 #   that lists the database users that are 'production users'. These users have privileges #   that lists the database users that are 'production users'. These users have privileges
 #   that ordinary users do not. For example, production users can reduce the retention of #   that ordinary users do not. For example, production users can reduce the retention of
 #   data series that the production user does not own. #   data series that the production user does not own.
   
   # The host:port of the machine serving as the db server that contains the production-user table.
 PRODUSER_DBHOST    hmidb:5432 PRODUSER_DBHOST    hmidb:5432
   
   # The name of database on the database host that contains the production-user table.
 PRODUSER_DBNAME    jsoc PRODUSER_DBNAME    jsoc
   
   # The name of the production-user table
 PRODUSER_PRODTAB   su_production.produsers PRODUSER_PRODTAB   su_production.produsers
 PRODUSER_COLUSER   username  
  
   # The name of the column that contains the list of production users in the production-user table.
   PRODUSER_COLUSER   username
   #
   # END TABLE OF PRODUCTION USERS
   ###############################
  
 __MAKE__ __MAKE__
  


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

Karen Tian
Powered by
ViewCVS 0.9.4