diff options
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/Grid.ini | 3 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 24 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 14 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 3 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 52 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 23 |
6 files changed, 118 insertions, 1 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index ce5588e..5220573 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -27,6 +27,9 @@ | |||
27 | SimulationServiceInConnector = true | 27 | SimulationServiceInConnector = true |
28 | LibraryModule = true | 28 | LibraryModule = true |
29 | 29 | ||
30 | [Profile] | ||
31 | Module = "BasicProfileModule" | ||
32 | |||
30 | [SimulationDataStore] | 33 | [SimulationDataStore] |
31 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 34 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
32 | 35 | ||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index bc8bc0f..e2e6459 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -14,6 +14,14 @@ | |||
14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
16 | 16 | ||
17 | ; MSSQL | ||
18 | ; Uncomment these lines if you want to use MSSQL storage | ||
19 | ; Change the connection string to your db details | ||
20 | ; The value for server property is shown in your SQL Server Management Studio login dialog. | ||
21 | ; (This sample is the default of express edition) | ||
22 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | ||
23 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | ||
24 | |||
17 | [AssetService] | 25 | [AssetService] |
18 | 26 | ||
19 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 27 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
@@ -46,6 +54,13 @@ | |||
46 | ;; Robust server in port 8002, but not always) | 54 | ;; Robust server in port 8002, but not always) |
47 | Gatekeeper="http://mygridserver.com:8002" | 55 | Gatekeeper="http://mygridserver.com:8002" |
48 | 56 | ||
57 | [Messaging] | ||
58 | ; === HG ONLY === | ||
59 | ;; change this to the address of your Gatekeeper service | ||
60 | ;; (usually bundled with the rest of the services in one | ||
61 | ;; Robust server in port 8002, but not always) | ||
62 | Gatekeeper = "http://mygridserver.com:8002" | ||
63 | |||
49 | [AvatarService] | 64 | [AvatarService] |
50 | ; | 65 | ; |
51 | ; change this to your grid-wide grid server | 66 | ; change this to your grid-wide grid server |
@@ -85,14 +100,21 @@ | |||
85 | [HGInventoryAccessModule] | 100 | [HGInventoryAccessModule] |
86 | ; | 101 | ; |
87 | ; === HG ONLY === | 102 | ; === HG ONLY === |
88 | ; Change this to your profile server | 103 | ; Change this to your server |
89 | ; accessible from other grids | 104 | ; accessible from other grids |
90 | ; | 105 | ; |
91 | ProfileServerURI = "http://mygridserver.com:8002/user" | 106 | ProfileServerURI = "http://mygridserver.com:8002/user" |
107 | Gatekeeper = "http://mygridserver.com:8002" | ||
92 | ;; If you want to protect your assets from being copied by foreign visitors | 108 | ;; If you want to protect your assets from being copied by foreign visitors |
93 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 109 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
94 | ; OutboundPermission = False | 110 | ; OutboundPermission = False |
95 | 111 | ||
112 | [UserAgentService] | ||
113 | ; | ||
114 | ; === HG ONLY === | ||
115 | ; Change this to your user agent server (HG robust) | ||
116 | ; | ||
117 | UserAgentServerURI = "http://mygridserver.com:8002" | ||
96 | 118 | ||
97 | [Modules] | 119 | [Modules] |
98 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 120 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 5142d90..b8e66c2 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -24,12 +24,16 @@ | |||
24 | EntityTransferModule = "HGEntityTransferModule" | 24 | EntityTransferModule = "HGEntityTransferModule" |
25 | InventoryAccessModule = "HGInventoryAccessModule" | 25 | InventoryAccessModule = "HGInventoryAccessModule" |
26 | LandServices = "RemoteLandServicesConnector" | 26 | LandServices = "RemoteLandServicesConnector" |
27 | FriendsModule = "HGFriendsModule" | ||
27 | 28 | ||
28 | LandServiceInConnector = true | 29 | LandServiceInConnector = true |
29 | NeighbourServiceInConnector = true | 30 | NeighbourServiceInConnector = true |
30 | SimulationServiceInConnector = true | 31 | SimulationServiceInConnector = true |
31 | LibraryModule = true | 32 | LibraryModule = true |
32 | 33 | ||
34 | [Profile] | ||
35 | Module = "BasicProfileModule" | ||
36 | |||
33 | [SimulationDataStore] | 37 | [SimulationDataStore] |
34 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 38 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
35 | 39 | ||
@@ -63,3 +67,13 @@ | |||
63 | 67 | ||
64 | [Friends] | 68 | [Friends] |
65 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | 69 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" |
70 | |||
71 | [Messaging] | ||
72 | MessageTransferModule = HGMessageTransferModule | ||
73 | LureModule = HGLureModule | ||
74 | |||
75 | [HGInstantMessageService] | ||
76 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
77 | GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector" | ||
78 | PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector" | ||
79 | UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector" \ No newline at end of file | ||
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 6355d09..4ff1a26 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -22,6 +22,9 @@ | |||
22 | LLLoginServiceInConnector = true | 22 | LLLoginServiceInConnector = true |
23 | GridInfoServiceInConnector = true | 23 | GridInfoServiceInConnector = true |
24 | 24 | ||
25 | [Profile] | ||
26 | Module = "BasicProfileModule" | ||
27 | |||
25 | [SimulationDataStore] | 28 | [SimulationDataStore] |
26 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 29 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
27 | 30 | ||
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 67efa11..7359bba 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -16,6 +16,14 @@ | |||
16 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 16 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
17 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 17 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
18 | 18 | ||
19 | ; MSSQL | ||
20 | ; Uncomment these lines if you want to use MSSQL storage | ||
21 | ; Change the connection string to your db details | ||
22 | ; The value for server property is shown in your SQL Server Management Studio login dialog. | ||
23 | ; (This sample is the default of express edition) | ||
24 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | ||
25 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | ||
26 | |||
19 | [AssetService] | 27 | [AssetService] |
20 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 28 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
21 | AssetLoaderArgs = "assets/AssetSets.xml" | 29 | AssetLoaderArgs = "assets/AssetSets.xml" |
@@ -28,6 +36,7 @@ | |||
28 | 36 | ||
29 | [HGInventoryAccessModule] | 37 | [HGInventoryAccessModule] |
30 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | 38 | ProfileServerURI = "http://127.0.0.1:9000/profiles" |
39 | Gatekeeper = "http://127.0.0.1:9000" | ||
31 | 40 | ||
32 | ;; If you want to protect your assets from being copied by foreign visitors | 41 | ;; If you want to protect your assets from being copied by foreign visitors |
33 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 42 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
@@ -70,6 +79,11 @@ | |||
70 | ;; change this to the address of your simulator | 79 | ;; change this to the address of your simulator |
71 | Gatekeeper="http://127.0.0.1:9000" | 80 | Gatekeeper="http://127.0.0.1:9000" |
72 | 81 | ||
82 | [Messaging] | ||
83 | ; === HG ONLY === | ||
84 | ;; change this to the address of your simulator | ||
85 | Gatekeeper = "http://127.0.0.1:9000" | ||
86 | |||
73 | [LibraryModule] | 87 | [LibraryModule] |
74 | ; Set this if you want to change the name of the OpenSim Library | 88 | ; Set this if you want to change the name of the OpenSim Library |
75 | ;LibraryName = "My World's Library" | 89 | ;LibraryName = "My World's Library" |
@@ -82,6 +96,8 @@ | |||
82 | SRV_InventoryServerURI = "http://127.0.0.1:9000" | 96 | SRV_InventoryServerURI = "http://127.0.0.1:9000" |
83 | SRV_AssetServerURI = "http://127.0.0.1:9000" | 97 | SRV_AssetServerURI = "http://127.0.0.1:9000" |
84 | SRV_ProfileServerURI = "http://127.0.0.1:9000" | 98 | SRV_ProfileServerURI = "http://127.0.0.1:9000" |
99 | SRV_FriendsServerURI = "http://127.0.0.1:9000" | ||
100 | SRV_IMServerURI = "http://127.0.0.1:9000" | ||
85 | 101 | ||
86 | ;; Regular expressions for controlling which client versions are accepted/denied. | 102 | ;; Regular expressions for controlling which client versions are accepted/denied. |
87 | ;; An empty string means nothing is checked. | 103 | ;; An empty string means nothing is checked. |
@@ -124,6 +140,42 @@ | |||
124 | ;AllowedClients = "" | 140 | ;AllowedClients = "" |
125 | ;DeniedClients = "" | 141 | ;DeniedClients = "" |
126 | 142 | ||
143 | [FreeswitchService] | ||
144 | ;; If FreeSWITCH is not being used then you don't need to set any of these parameters | ||
145 | ;; | ||
146 | ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone | ||
147 | ;; This has to be set for the FreeSWITCH service to work | ||
148 | ;; This address must be reachable by viewers. | ||
149 | ;ServerAddress = 127.0.0.1 | ||
150 | |||
151 | ;; The following configuration parameters are optional | ||
152 | |||
153 | ;; By default, this is the same as the ServerAddress | ||
154 | ; Realm = 127.0.0.1 | ||
155 | |||
156 | ;; By default, this is the same as the ServerAddress on port 5060 | ||
157 | ; SIPProxy = 127.0.0.1:5060 | ||
158 | |||
159 | ;; Default is 5000ms | ||
160 | ; DefaultTimeout = 5000 | ||
161 | |||
162 | ;; The dial plan context. Default is "default" | ||
163 | ; Context = default | ||
164 | |||
165 | ;; Currently unused | ||
166 | ; UserName = freeswitch | ||
167 | |||
168 | ;; Currently unused | ||
169 | ; Password = password | ||
170 | |||
171 | ;; The following parameters are for STUN = Simple Traversal of UDP through NATs | ||
172 | ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal | ||
173 | ;; stun.freeswitch.org is not guaranteed to be running so use it in | ||
174 | ;; production at your own risk | ||
175 | ; EchoServer = 127.0.0.1 | ||
176 | ; EchoPort = 50505 | ||
177 | ; AttemptSTUN = false | ||
178 | |||
127 | [GridInfoService] | 179 | [GridInfoService] |
128 | ; These settings are used to return information on a get_grid_info call. | 180 | ; These settings are used to return information on a get_grid_info call. |
129 | ; Client launcher scripts and third-party clients make use of this to | 181 | ; Client launcher scripts and third-party clients make use of this to |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 486f22e..8480a77 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -20,6 +20,7 @@ | |||
20 | AvatarServices = "LocalAvatarServicesConnector" | 20 | AvatarServices = "LocalAvatarServicesConnector" |
21 | EntityTransferModule = "HGEntityTransferModule" | 21 | EntityTransferModule = "HGEntityTransferModule" |
22 | InventoryAccessModule = "HGInventoryAccessModule" | 22 | InventoryAccessModule = "HGInventoryAccessModule" |
23 | FriendsModule = "HGFriendsModule" | ||
23 | 24 | ||
24 | InventoryServiceInConnector = true | 25 | InventoryServiceInConnector = true |
25 | AssetServiceInConnector = true | 26 | AssetServiceInConnector = true |
@@ -31,6 +32,13 @@ | |||
31 | AuthenticationServiceInConnector = true | 32 | AuthenticationServiceInConnector = true |
32 | SimulationServiceInConnector = true | 33 | SimulationServiceInConnector = true |
33 | 34 | ||
35 | [Profile] | ||
36 | Module = "BasicProfileModule" | ||
37 | |||
38 | [Messaging] | ||
39 | MessageTransferModule = HGMessageTransferModule | ||
40 | LureModule = HGLureModule | ||
41 | |||
34 | [SimulationDataStore] | 42 | [SimulationDataStore] |
35 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 43 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
36 | 44 | ||
@@ -125,6 +133,9 @@ | |||
125 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 133 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
126 | GridService = "OpenSim.Services.GridService.dll:GridService" | 134 | GridService = "OpenSim.Services.GridService.dll:GridService" |
127 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 135 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
136 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
137 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
138 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
128 | 139 | ||
129 | 140 | ||
130 | ;; The interface that local users get when they are in other grids | 141 | ;; The interface that local users get when they are in other grids |
@@ -140,6 +151,18 @@ | |||
140 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | 151 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" |
141 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 152 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
142 | 153 | ||
154 | [HGFriendsService] | ||
155 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
156 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
157 | |||
158 | [HGInstantMessageService] | ||
159 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
160 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
161 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
162 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
163 | InGatekeeper = True | ||
164 | |||
165 | |||
143 | ;; This should always be the very last thing on this file | 166 | ;; This should always be the very last thing on this file |
144 | [Includes] | 167 | [Includes] |
145 | Include-Common = "config-include/StandaloneCommon.ini" | 168 | Include-Common = "config-include/StandaloneCommon.ini" |