aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 6da0f1e..6a65523 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -21,6 +21,24 @@
21 ; 21 ;
22 GridServerURI = "http://mygridserver.com:8003" 22 GridServerURI = "http://mygridserver.com:8003"
23 23
24[PresenceService]
25 ;
26 ; change this to your grid-wide presence server
27 ;
28 PresenceServerURI = "http://mygridserver.com:8003"
29
30[UserAccountService]
31 ;
32 ; change this to your grid-wide user accounts server
33 ;
34 UserAccountServerURI = "http://mygridserver.com:8003"
35
36[AuthenticationService]
37 ;
38 ; change this to your grid-wide authentication server
39 ;
40 AuthenticationServerURI = "http://mygridserver.com:8003"
41
24[Modules] 42[Modules]
25 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 43 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
26 ;; Copy the config .example file into your own .ini file and change configs there 44 ;; Copy the config .example file into your own .ini file and change configs there