diff options
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/IGridServices.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/IGridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenGrid.Framework.Communications/IGridServices.cs b/Common/OpenGrid.Framework.Communications/IGridServices.cs index 469cf80..d3b7c07 100644 --- a/Common/OpenGrid.Framework.Communications/IGridServices.cs +++ b/Common/OpenGrid.Framework.Communications/IGridServices.cs | |||
@@ -36,7 +36,7 @@ namespace OpenGrid.Framework.Communications | |||
36 | { | 36 | { |
37 | public class GridInfo | 37 | public class GridInfo |
38 | { | 38 | { |
39 | public string GridServerURI = "http://grid:8001/"; | 39 | public string GridServerURI = "http://grid.deepgrid.com:8001/"; // Temporarily hardcoded. |
40 | public string GridServerSendKey = "badger"; | 40 | public string GridServerSendKey = "badger"; |
41 | public string GridServerRecvKey = "badger"; | 41 | public string GridServerRecvKey = "badger"; |
42 | } | 42 | } |