aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorMelanie2011-06-20 03:08:56 +0200
committerMelanie2011-06-20 03:08:56 +0200
commitf4f55c4d6bdbe9a86b5343159916977b331fefe0 (patch)
tree08fb85f2aa0193bf8549e684b98501c2c52faa1a /bin/config-include/StandaloneCommon.ini.example
parentAdd some flags to control content in search better (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.zip
opensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.tar.gz
opensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.tar.bz2
opensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example59
1 files changed, 59 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 67efa11..cbe3fa0 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,11 @@
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"
101
102 ;; For Viewer 2
103 MapTileURL = "http://127.0.0.1:9000/"
85 104
86 ;; Regular expressions for controlling which client versions are accepted/denied. 105 ;; Regular expressions for controlling which client versions are accepted/denied.
87 ;; An empty string means nothing is checked. 106 ;; An empty string means nothing is checked.
@@ -124,6 +143,42 @@
124 ;AllowedClients = "" 143 ;AllowedClients = ""
125 ;DeniedClients = "" 144 ;DeniedClients = ""
126 145
146[FreeswitchService]
147 ;; If FreeSWITCH is not being used then you don't need to set any of these parameters
148 ;;
149 ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone
150 ;; This has to be set for the FreeSWITCH service to work
151 ;; This address must be reachable by viewers.
152 ;ServerAddress = 127.0.0.1
153
154 ;; The following configuration parameters are optional
155
156 ;; By default, this is the same as the ServerAddress
157 ; Realm = 127.0.0.1
158
159 ;; By default, this is the same as the ServerAddress on port 5060
160 ; SIPProxy = 127.0.0.1:5060
161
162 ;; Default is 5000ms
163 ; DefaultTimeout = 5000
164
165 ;; The dial plan context. Default is "default"
166 ; Context = default
167
168 ;; Currently unused
169 ; UserName = freeswitch
170
171 ;; Currently unused
172 ; Password = password
173
174 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
175 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
176 ;; stun.freeswitch.org is not guaranteed to be running so use it in
177 ;; production at your own risk
178 ; EchoServer = 127.0.0.1
179 ; EchoPort = 50505
180 ; AttemptSTUN = false
181
127[GridInfoService] 182[GridInfoService]
128 ; These settings are used to return information on a get_grid_info call. 183 ; 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 184 ; Client launcher scripts and third-party clients make use of this to
@@ -168,3 +223,7 @@
168 ; password help: optional: page providing password assistance for users of your grid 223 ; password help: optional: page providing password assistance for users of your grid
169 ; currently unused 224 ; currently unused
170 ;password = http://127.0.0.1/password 225 ;password = http://127.0.0.1/password
226
227[MapImageService]
228 ; Set this if you want to change the default
229 ; TilesStoragePath = "maptiles"