Ignore:
Timestamp:
Apr 22, 2015, 10:27:05 PM (9 years ago)
Author:
gegorbet
Message:

changes since 2013, mostly for airvata/thrift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/listen-config.php.template

    r1 r6  
    11<?php
    2 $home        = "/home/us3";
    3 $home_remote = "/home/us3";                             // for local submission
     2$home        = exec( "ls -d ~us3" );
     3$home_remote = "$home";                                // for local submission
    44$work        = "$home/work";
    55$work_remote = "$home_remote/work";
     
    88$submit_dir  = '/srv/www/htdocs/uslims3/uslims3_data'; // LIMS submit files dir
    99$listen_port = 12233;
     10//$dbhost      = "uslims3.uthscsa.edu";
    1011$dbhost      = "localhost";
    1112$self        = basename( $_SERVER['PHP_SELF'] );
    1213
    1314// Global DB credentials
    14 $guser       = "";
    15 $gpasswd     = "";
    16 $gDB         = "";
     15$guser       = "gfac";
     16$gpasswd     = "backend";
     17$gDB         = "gfac";
    1718
    18 // $serviceURL  = "http://gw33.quarry.iu.teragrid.org:8080/ogce-rest/job";
    19 $serviceURL  = "http://gf5.ucs.indiana.edu:8080/ogce-rest/job";
     19$serviceURL  = "http://gridfarm005.ucs.indiana.edu:8080/ogce-rest/job";
     20$serviceURL2 = "http://gridfarm005.ucs.indiana.edu:9090/ogce-rest/job";
    2021
    2122// US3 DB credentials
    22 $user        = "";
    23 $passwd      = "";
     23$user        = "us3php";
     24$passwd      = "us3";
    2425
    2526$org_name    = "UltraScan3 Admin";
    26 //$admin_email = "us3-admin@biochem.uthscsa.edu";
    27 $admin_email = "dzollars@gmail.com";
     27$admin_email = "us3-admin@biochem.uthscsa.edu";
    2828
    2929// This is really a library routine
Note: See TracChangeset for help on using the changeset viewer.