IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31812


Ignore:
Timestamp:
Jul 1, 2011, 9:50:42 AM (15 years ago)
Author:
Serge CHASTEL
Message:

Replication databases names update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/site.php.in

    r31625 r31812  
    2323
    2424$REPL_HOST_IPPADMIN = "ipp0012.IfA.Hawaii.Edu";
    25 $REPL_USER_IPPADMIN = "ipp";
    26 $REPL_PASSWORD_IPPADMIN = "ipp";
    27 $REPL_DBNAME_IPPADMIN = "ippadmin";
     25$REPL_USER_IPPADMIN = "ippMonitor";
     26$REPL_PASSWORD_IPPADMIN = "ippMonitor";
     27$REPL_DBNAME_IPPADMIN = "ipp001 (gpc1, isp, ippadmin, czardb)";
    2828
    2929$REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu";
    3030$REPL_USER_NEBULOUS = "ippMonitor";
    3131$REPL_PASSWORD_NEBULOUS = "ippMonitor";
    32 $REPL_DBNAME_NEBULOUS = "Nebulous";
     32$REPL_DBNAME_NEBULOUS = "ippdb02 (Nebulous)";
    3333
    3434$REPL_HOST_PSTAMP = "ippc19.IfA.Hawaii.Edu";
    3535$REPL_USER_PSTAMP = "ippMonitor";
    3636$REPL_PASSWORD_PSTAMP = "ippMonitor";
    37 $REPL_DBNAME_PSTAMP = "ippRequestServer";
     37$REPL_DBNAME_PSTAMP = "ippc19 (ippRequestServer)";
    3838
    3939$REPL_HOST_GPC1 = "ippdb03.IfA.Hawaii.Edu";
    4040$REPL_USER_GPC1 = "ippMonitor";
    4141$REPL_PASSWORD_GPC1 = "ippMonitor";
    42 $REPL_DBNAME_GPC1 = "gpc1";
     42$REPL_DBNAME_GPC1 = "ippdb03 (gpc1, isp, ippadmin, czardb)";
    4343
    4444?>
Note: See TracChangeset for help on using the changeset viewer.