diff options
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 8 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 18 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 8 |
3 files changed, 29 insertions, 5 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index cb771b8..762b09a 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -78,6 +78,14 @@ | |||
78 | ; | 78 | ; |
79 | FriendsServerURI = "http://mygridserver.com:8003" | 79 | FriendsServerURI = "http://mygridserver.com:8003" |
80 | 80 | ||
81 | [HGInventoryAccessModule] | ||
82 | ; | ||
83 | ; === HG ONLY === | ||
84 | ; Change this to your profile server | ||
85 | ; accessible from other grids | ||
86 | ; | ||
87 | ProfileServerURI = "http://mygridserver.com:8002/profiles" | ||
88 | |||
81 | [Modules] | 89 | [Modules] |
82 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 90 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
83 | ;; Copy the config .example file into your own .ini file and change configs there | 91 | ;; Copy the config .example file into your own .ini file and change configs there |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 1fcf043..58059f5 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -25,6 +25,15 @@ | |||
25 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 25 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
26 | AssetLoaderArgs = "assets/AssetSets.xml" | 26 | AssetLoaderArgs = "assets/AssetSets.xml" |
27 | 27 | ||
28 | [HGInventoryService] | ||
29 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | ||
30 | |||
31 | [HGAssetService] | ||
32 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | ||
33 | |||
34 | [HGInventoryAccessModule] | ||
35 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | ||
36 | |||
28 | [Modules] | 37 | [Modules] |
29 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 38 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
30 | ;; Copy the config .example file into your own .ini file and change configs there | 39 | ;; Copy the config .example file into your own .ini file and change configs there |
@@ -68,11 +77,12 @@ | |||
68 | 77 | ||
69 | [LoginService] | 78 | [LoginService] |
70 | WelcomeMessage = "Welcome, Avatar!" | 79 | WelcomeMessage = "Welcome, Avatar!" |
71 | |||
72 | HomeURI = "http://127.0.0.1:9000" | ||
73 | GatekeeperURI = "http://127.0.0.1:9000" | 80 | GatekeeperURI = "http://127.0.0.1:9000" |
74 | InventoryServerURI = "http://127.0.0.1:9000" | 81 | |
75 | AssetServerURI = "http://127.0.0.1:9000" | 82 | SRV_HomeURI = "http://127.0.0.1:9000" |
83 | SRV_InventoryServerURI = "http://127.0.0.1:9000" | ||
84 | SRV_AssetServerURI = "http://127.0.0.1:9000" | ||
85 | SRV_ProfileServerURI = "http://127.0.0.1:9000" | ||
76 | 86 | ||
77 | [GatekeeperService] | 87 | [GatekeeperService] |
78 | ExternalName = "http://127.0.0.1:9000" | 88 | ExternalName = "http://127.0.0.1:9000" |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index f164d33..68aa739 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -128,8 +128,14 @@ | |||
128 | ;; This greatly restricts the inventory operations while in other grids | 128 | ;; This greatly restricts the inventory operations while in other grids |
129 | [HGInventoryService] | 129 | [HGInventoryService] |
130 | ; For the InventoryServiceInConnector | 130 | ; For the InventoryServiceInConnector |
131 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" | 131 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService" |
132 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
132 | 133 | ||
134 | ;; The interface that local users get when they are in other grids | ||
135 | ;; This restricts/filters the asset operations from the outside | ||
136 | [HGAssetService] | ||
137 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | ||
138 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
133 | 139 | ||
134 | ;; This should always be the very last thing on this file | 140 | ;; This should always be the very last thing on this file |
135 | [Includes] | 141 | [Includes] |