aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/GridCommon.ini.example31
1 files changed, 28 insertions, 3 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index bc8bc0f..4eb6fcf 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -10,9 +10,17 @@
10 ; Uncomment these lines if you want to use mysql storage 10 ; Uncomment these lines if you want to use mysql storage
11 ; Change the connection string to your db details 11 ; Change the connection string to your db details
12 ;StorageProvider = "OpenSim.Data.MySQL.dll" 12 ;StorageProvider = "OpenSim.Data.MySQL.dll"
13 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" 13 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
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=***;Old Guids=true;"
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=***;"
16 24
17[AssetService] 25[AssetService]
18 26
@@ -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,24 @@
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"
118
119[MapImageService]
120 MapImageServerURI = "http://mygridserver.com:8003"
96 121
97[Modules] 122[Modules]
98 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 123 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.