diff options
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 6da0f1e..4d94ccd 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -21,6 +21,30 @@ | |||
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8003" | 22 | GridServerURI = "http://mygridserver.com:8003" |
23 | 23 | ||
24 | [AvatarService] | ||
25 | ; | ||
26 | ; change this to your grid-wide grid server | ||
27 | ; | ||
28 | AvatarServerURI = "http://mygridserver.com:8003" | ||
29 | |||
30 | [PresenceService] | ||
31 | ; | ||
32 | ; change this to your grid-wide presence server | ||
33 | ; | ||
34 | PresenceServerURI = "http://mygridserver.com:8003" | ||
35 | |||
36 | [UserAccountService] | ||
37 | ; | ||
38 | ; change this to your grid-wide user accounts server | ||
39 | ; | ||
40 | UserAccountServerURI = "http://mygridserver.com:8003" | ||
41 | |||
42 | [AuthenticationService] | ||
43 | ; | ||
44 | ; change this to your grid-wide authentication server | ||
45 | ; | ||
46 | AuthenticationServerURI = "http://mygridserver.com:8003" | ||
47 | |||
24 | [Modules] | 48 | [Modules] |
25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 49 | ;; 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 | 50 | ;; Copy the config .example file into your own .ini file and change configs there |