aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example
diff options
context:
space:
mode:
authorDiva Canto2010-03-02 20:17:25 -0800
committerDiva Canto2010-03-02 20:17:25 -0800
commit13f0e4a7180dba250fa4a7079eb19940d57deecb (patch)
tree9133cead5a02cd0f71bcb743976c5659e8db09f6 /bin/OpenSim.Server.ini.example
parentFixes Region.Framework tests. Although these tests don't fail, they need to b... (diff)
downloadopensim-SC_OLD-13f0e4a7180dba250fa4a7079eb19940d57deecb.zip
opensim-SC_OLD-13f0e4a7180dba250fa4a7079eb19940d57deecb.tar.gz
opensim-SC_OLD-13f0e4a7180dba250fa4a7079eb19940d57deecb.tar.bz2
opensim-SC_OLD-13f0e4a7180dba250fa4a7079eb19940d57deecb.tar.xz
* Better debug message on login problems.
* Moved GridInfoService config to OpenSim.Server.ini
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r--bin/OpenSim.Server.ini.example46
1 files changed, 46 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index e822e83..9bedac6 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -127,3 +127,49 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
127 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 127 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
128 128
129 WelcomeMessage = "Welcome, Avatar!" 129 WelcomeMessage = "Welcome, Avatar!"
130
131
132[GridInfoService]
133 ; These settings are used to return information on a get_grid_info call.
134 ; Client launcher scripts and third-party clients make use of this to
135 ; autoconfigure the client and to provide a nice user experience. If you
136 ; want to facilitate that, you should configure the settings here according
137 ; to your grid or standalone setup.
138 ;
139 ; See http://opensimulator.org/wiki/GridInfo
140
141 ; login uri: for grid this is the login server URI
142 login = http://127.0.0.1:9000/
143
144 ; long grid name: the long name of your grid
145 gridname = "the lost continent of hippo"
146
147 ; short grid name: the short name of your grid
148 gridnick = "hippogrid"
149
150 ; login page: optional: if it exists it will be used to tell the client to use
151 ; this as splash page
152 ; currently unused
153 ;welcome = http://127.0.0.1/welcome
154
155 ; helper uri: optional: if it exists if will be used to tell the client to use
156 ; this for all economy related things
157 ; currently unused
158 ;economy = http://127.0.0.1:9000/
159
160 ; web page of grid: optional: page providing further information about your grid
161 ; currently unused
162 ;about = http://127.0.0.1/about/
163
164 ; account creation: optional: page providing further information about obtaining
165 ; a user account on your grid
166 ; currently unused
167 ;register = http://127.0.0.1/register
168
169 ; help: optional: page providing further assistance for users of your grid
170 ; currently unused
171 ;help = http://127.0.0.1/help
172
173 ; password help: optional: page providing password assistance for users of your grid
174 ; currently unused
175 ;password = http://127.0.0.1/password