aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example215
1 files changed, 215 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
new file mode 100644
index 0000000..9af1e4c
--- /dev/null
+++ b/bin/Robust.HG.ini.example
@@ -0,0 +1,215 @@
1;; Configurations for enabling HG1.5
2;;
3;; Run
4;; $ OpenSim.Server.exe -inifile OpenSim.Server.HG.ini
5
6;; HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService
7;; OpenSim.Server.Handlers.dll:UserAgentService
8;; OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector
9;; An additional OpenSim.Server.Handlers.dll:AssetServiceConnector is started
10;; in port 8002, outside the firewall
11;;
12
13[Startup]
14ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryServiceInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8003/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector,8002/OpenSim.Server.Handlers.dll:AssetServiceConnector"
15
16; * This is common for all services, it's the network setup for the entire
17; * server instance, if none if specified above
18; *
19[Network]
20 port = 8003
21
22; * The following are for the remote console
23; * They have no effect for the local or basic console types
24; * Leave commented to diable logins to the console
25;ConsoleUser = Test
26;ConsolePass = secret
27;ConsolePort = 0
28
29[DatabaseService]
30 StorageProvider = "OpenSim.Data.MySQL.dll"
31 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim123;"
32
33; * As an example, the below configuration precisely mimicks the legacy
34; * asset server. It is read by the asset IN connector (defined above)
35; * and it then loads the OUT connector (a local database module). That,
36; * in turn, reads the asset loader and database connection information
37; *
38[AssetService]
39 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
40 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
41 AssetLoaderArgs = "assets/AssetSets.xml"
42
43; * This configuration loads the inventory server modules. It duplicates
44; * the function of the legacy inventory server
45; *
46[InventoryService]
47 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
48
49; * This is the new style grid service.
50; * "Realm" is the table that is used for user lookup.
51; * It defaults to "regions", which uses the legacy tables
52; *
53[GridService]
54 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
55 Realm = "regions"
56 ; AllowDuplicateNames = "True"
57 ;; Next, we can specify properties of regions, including default and fallback regions
58 ;; The syntax is: Region_<RegionName> = "<flags>"
59 ;; or: Region_<RegionID> = "<flags>"
60 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate
61 ;; For example:
62 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
63 ; (replace spaces with underscore)
64
65; * This is the configuration for the freeswitch server in grid mode
66[FreeswitchService]
67 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
68
69; * This is the new style authentication service. Currently, only MySQL
70; * is implemented. "Realm" is the table that is used for user lookup.
71; * By setting it to "users", you can use the old style users table
72; * as an authentication source.
73; *
74[AuthenticationService]
75 ; for the server connector
76 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
77
78[OpenIdService]
79 ; for the server connector
80 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
81 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
82
83; * This is the new style user service.
84; * "Realm" is the table that is used for user lookup.
85; * It defaults to "users", which uses the legacy tables
86; *
87[UserAccountService]
88 ; for the server connector
89 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
90 ;; These are for creating new accounts by the service
91 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
92 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
93 GridService = "OpenSim.Services.GridService.dll:GridService"
94 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
95
96[GridUserService]
97 ; for the server connector
98 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"
99
100[PresenceService]
101 ; for the server connector
102 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
103
104[AvatarService]
105 ; for the server connector
106 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
107
108[FriendsService]
109 ; for the server connector
110 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
111
112[LibraryService]
113 LibraryName = "OpenSim Library"
114 DefaultLibrary = "./inventory/Libraries.xml"
115
116[LoginService]
117 ; for the server connector
118 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
119 ; for the service
120 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
121 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
122 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
123 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
124 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
125 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
126 GridService = "OpenSim.Services.GridService.dll:GridService"
127 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
128 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
129 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
130 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
131
132 WelcomeMessage = "Welcome, Avatar!"
133 AllowRemoteSetLoginLevel = "false"
134
135 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
136 ; CHANGE THIS
137 HomeURI = "http://127.0.0.1:8002"
138 GatekeeperURI = "http://127.0.0.1:8002"
139 InventoryServerURI = "http://127.0.0.1:8002"
140 AssetServerURI = "http://127.0.0.1:8002"
141
142[GridInfoService]
143 ; These settings are used to return information on a get_grid_info call.
144 ; Client launcher scripts and third-party clients make use of this to
145 ; autoconfigure the client and to provide a nice user experience. If you
146 ; want to facilitate that, you should configure the settings here according
147 ; to your grid or standalone setup.
148 ;
149 ; See http://opensimulator.org/wiki/GridInfo
150
151 ; login uri: for grid this is the login server URI
152 login = http://127.0.0.1:9000/
153
154 ; long grid name: the long name of your grid
155 gridname = "the lost continent of hippo"
156
157 ; short grid name: the short name of your grid
158 gridnick = "hippogrid"
159
160 ; login page: optional: if it exists it will be used to tell the client to use
161 ; this as splash page
162 ; currently unused
163 ;welcome = http://127.0.0.1/welcome
164
165 ; helper uri: optional: if it exists if will be used to tell the client to use
166 ; this for all economy related things
167 ; currently unused
168 ;economy = http://127.0.0.1:9000/
169
170 ; web page of grid: optional: page providing further information about your grid
171 ; currently unused
172 ;about = http://127.0.0.1/about/
173
174 ; account creation: optional: page providing further information about obtaining
175 ; a user account on your grid
176 ; currently unused
177 ;register = http://127.0.0.1/register
178
179 ; help: optional: page providing further assistance for users of your grid
180 ; currently unused
181 ;help = http://127.0.0.1/help
182
183 ; password help: optional: page providing password assistance for users of your grid
184 ; currently unused
185 ;password = http://127.0.0.1/password
186
187
188[GatekeeperService]
189 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
190 ;; for the service
191 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
192 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
193 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
194 GridService = "OpenSim.Services.GridService.dll:GridService"
195 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
196 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
197 ; how does the outside world reach me? This acts as public key too.
198 ; CHANGE THIS
199 ExternalName = "http://127.0.0.1:8002"
200
201[UserAgentService]
202 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
203 ;; for the service
204 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
205 GridService = "OpenSim.Services.GridService.dll:GridService"
206
207;; The interface that local users get when they are in other grids.
208;; This restricts the inventory operations while in other grids.
209;; Still not completely safe, especially if users perform inventory operations
210;; while in those grids. The more the user accesses his/her inventory, the more
211;; those simulators will know about the user's inventory.
212[HGInventoryService]
213 ; For the InventoryServiceInConnector
214 LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService"
215