diff options
author | Diva Canto | 2010-02-26 08:46:30 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-26 08:46:30 -0800 |
commit | cc05bdf6aba5d74202cb5863a5d0f5950540e7bd (patch) | |
tree | dd6275ae206f9216bc027efcad48f0f88435f1d5 /bin/config-include/GridCommon.ini.example | |
parent | Added server-side Friends in connector. Untested. (diff) | |
download | opensim-SC_OLD-cc05bdf6aba5d74202cb5863a5d0f5950540e7bd.zip opensim-SC_OLD-cc05bdf6aba5d74202cb5863a5d0f5950540e7bd.tar.gz opensim-SC_OLD-cc05bdf6aba5d74202cb5863a5d0f5950540e7bd.tar.bz2 opensim-SC_OLD-cc05bdf6aba5d74202cb5863a5d0f5950540e7bd.tar.xz |
* Friends out connector completed. Grid login retrieves friends correctly.
* Added friends configs to grid .inis
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index a62868e..4717561 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -46,6 +46,13 @@ | |||
46 | ; | 46 | ; |
47 | AuthenticationServerURI = "http://mygridserver.com:8003" | 47 | AuthenticationServerURI = "http://mygridserver.com:8003" |
48 | 48 | ||
49 | [FriendsService] | ||
50 | ; | ||
51 | ; change this to your grid-wide friends server | ||
52 | ; | ||
53 | FriendsServerURI = "http://mygridserver.com:8003" | ||
54 | |||
55 | |||
49 | [Modules] | 56 | [Modules] |
50 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 57 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
51 | ;; Copy the config .example file into your own .ini file and change configs there | 58 | ;; Copy the config .example file into your own .ini file and change configs there |