diff options
author | Diva Canto | 2010-01-03 11:44:57 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-03 11:44:57 -0800 |
commit | 99efa99585639c94fdb484681663ac7b6f03538e (patch) | |
tree | f74eb3e9c080e381d37b2d936ba9b0c091196f56 /bin/config-include/GridCommon.ini.example | |
parent | * Changed ISimulation interface to take a GridRegion as input arg instead of ... (diff) | |
download | opensim-SC_OLD-99efa99585639c94fdb484681663ac7b6f03538e.zip opensim-SC_OLD-99efa99585639c94fdb484681663ac7b6f03538e.tar.gz opensim-SC_OLD-99efa99585639c94fdb484681663ac7b6f03538e.tar.bz2 opensim-SC_OLD-99efa99585639c94fdb484681663ac7b6f03538e.tar.xz |
Successfully logged into a grid.
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 18 |
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 |