aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
authorMelanie2011-06-09 02:05:04 +0100
committerMelanie2011-06-09 02:05:04 +0100
commit326c46ba70cea70ddfe4aef9a6b73edff63e126a (patch)
tree5e76347b0d77f58717d8e5e4f3b8787ff01a18d7 /bin/config-include/GridCommon.ini.example
parentMake the last otem in a list created with llCSV2List findable (diff)
parentConsistency fix on the last commit. (diff)
downloadopensim-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/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example24
1 files changed, 23 insertions, 1 deletions
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.