Changeset 6 for trunk/listen-config.php.template
- Timestamp:
- Apr 22, 2015, 10:27:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/listen-config.php.template
r1 r6 1 1 <?php 2 $home = "/home/us3";3 $home_remote = " /home/us3";// for local submission2 $home = exec( "ls -d ~us3" ); 3 $home_remote = "$home"; // for local submission 4 4 $work = "$home/work"; 5 5 $work_remote = "$home_remote/work"; … … 8 8 $submit_dir = '/srv/www/htdocs/uslims3/uslims3_data'; // LIMS submit files dir 9 9 $listen_port = 12233; 10 //$dbhost = "uslims3.uthscsa.edu"; 10 11 $dbhost = "localhost"; 11 12 $self = basename( $_SERVER['PHP_SELF'] ); 12 13 13 14 // Global DB credentials 14 $guser = " ";15 $gpasswd = " ";16 $gDB = " ";15 $guser = "gfac"; 16 $gpasswd = "backend"; 17 $gDB = "gfac"; 17 18 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"; 20 21 21 22 // US3 DB credentials 22 $user = " ";23 $passwd = " ";23 $user = "us3php"; 24 $passwd = "us3"; 24 25 25 26 $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"; 28 28 29 29 // This is really a library routine
Note:
See TracChangeset
for help on using the changeset viewer.