diff options
author | Melanie | 2011-06-09 02:05:04 +0100 |
---|---|---|
committer | Melanie | 2011-06-09 02:05:04 +0100 |
commit | 326c46ba70cea70ddfe4aef9a6b73edff63e126a (patch) | |
tree | 5e76347b0d77f58717d8e5e4f3b8787ff01a18d7 /bin/config-include/StandaloneCommon.ini.example | |
parent | Make the last otem in a list created with llCSV2List findable (diff) | |
parent | Consistency fix on the last commit. (diff) | |
download | opensim-SC_OLD-326c46ba70cea70ddfe4aef9a6b73edff63e126a.zip opensim-SC_OLD-326c46ba70cea70ddfe4aef9a6b73edff63e126a.tar.gz opensim-SC_OLD-326c46ba70cea70ddfe4aef9a6b73edff63e126a.tar.bz2 opensim-SC_OLD-326c46ba70cea70ddfe4aef9a6b73edff63e126a.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 52 |
1 files changed, 52 insertions, 0 deletions
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 |