You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2014/07/01 00:56:46 UTC

[07/50] [abbrv] git commit: (Airavata-1250) Adding a configuration php file and updating php clients to use it.

(Airavata-1250) Adding a configuration php file and updating php clients to use it.


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/7592a619
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/7592a619
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/7592a619

Branch: refs/heads/master
Commit: 7592a619887d58463e1d26020532fbbb01d95767
Parents: 68dff5d
Author: marpierc <ma...@iu.edu>
Authored: Wed May 21 17:12:57 2014 -0400
Committer: marpierc <ma...@iu.edu>
Committed: Wed May 21 17:12:57 2014 -0400

----------------------------------------------------------------------
 client-samples/samples_config.php | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/7592a619/client-samples/samples_config.php
----------------------------------------------------------------------
diff --git a/client-samples/samples_config.php b/client-samples/samples_config.php
new file mode 100644
index 0000000..0d7aff9
--- /dev/null
+++ b/client-samples/samples_config.php
@@ -0,0 +1,7 @@
+<?php
+
+const AIRAVATA_SERVER='gw111.iu.xsede.org';
+const AIRAVATA_PORT='8930';
+const AIRAVATA_TIMEOUT=5000;
+
+?>
\ No newline at end of file