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

Diff for /JSOC/config.local.template between version 1.53 and 1.54

version 1.53, 2017/01/04 20:17:55 version 1.54, 2017/05/11 21:17:11
Line 32  DRMS_DBPORT 5432
Line 32  DRMS_DBPORT 5432
 #   use and need not be unique across sites. #   use and need not be unique across sites.
 DRMS_SITE_CODE  0x4000 DRMS_SITE_CODE  0x4000
  
   # The directory that contains log files for DRMS programs.
   DRMS_LOG_DIR                  /usr/local/logs/drms
   
   # The directory that contains file locks for DRMS programs.
   DRMS_LOCK_DIR                 /usr/local/locks
   
 # The database user name of the postgres administrative account; this is normally "postgres" # The database user name of the postgres administrative account; this is normally "postgres"
 #   if you have followed the PostgreSQL installation suggestions. #   if you have followed the PostgreSQL installation suggestions.
 POSTGRES_ADMIN  postgres POSTGRES_ADMIN  postgres
  
 # The following entries are specific to the SUMS configuration # The following entries are specific to the SUMS configuration
  
 # The user name of the SUMS administrator database account.  # The linux user account used to run the SUMS server and sum_rm. It is also the default name of the DB user that
   # these SUMS applications use when logging-in to the SUMS database.
 SUMS_MANAGER    production SUMS_MANAGER    production
  
   # The DRMS database user account that has row-deletion permissions for ALL DRMS data-series DB record tables (the record
   # table for a data-series has the same name, albeit lower-case-folded, as the name of the data-series, i.e.,
   # the record table for the data-series hmi.M_45s is hmi.m_45s). sum_rm connects to the DRMS database as this user
   # when it deletes DRMS records (for the archive == -1 feature).
   DRMS_ADMIN_DB_USER       sumsadmin
   
   # The SUMS DB user who has read-only access to the SUMS database.
   SUMS_READONLY_DB_USER    readonlyuser
   
 # The linux group name for users permitted to add data to SUMS Storage Units; not # The linux group name for users permitted to add data to SUMS Storage Units; not
 #   currently used in code, but should match the group ownership of #   currently used in code, but should match the group ownership of
 #   the SUMS root directories /SUM* #   the SUMS root directories /SUM*


Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

Karen Tian
Powered by
ViewCVS 0.9.4