diff options
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/Grid.ini | 2 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 7 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index a656e7b..9dff325 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -36,4 +36,4 @@ | |||
36 | DefaultLibrary = "./inventory/Libraries.xml" | 36 | DefaultLibrary = "./inventory/Libraries.xml" |
37 | 37 | ||
38 | [Friends] | 38 | [Friends] |
39 | Connector = "OpenSim.Services.Connectors.dll:FriendsServiceConnector" | 39 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" |
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 |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 36cefdc..b567817 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -42,4 +42,4 @@ | |||
42 | AllowHypergridMapSearch = true | 42 | AllowHypergridMapSearch = true |
43 | 43 | ||
44 | [Friends] | 44 | [Friends] |
45 | Connector = "OpenSim.Services.Connectors.dll:FriendsServiceConnector" | 45 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" |