aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorDiva Canto2010-08-08 09:50:03 -0700
committerDiva Canto2010-08-08 09:50:41 -0700
commit1314c87f36edd78f5070cc50f5b705b721c9196d (patch)
tree9f5942bb5c58d0e7c540719a541c2ed22646a7da /bin/config-include/StandaloneCommon.ini.example
parentAdd search URL to Login Service (diff)
downloadopensim-SC_OLD-1314c87f36edd78f5070cc50f5b705b721c9196d.zip
opensim-SC_OLD-1314c87f36edd78f5070cc50f5b705b721c9196d.tar.gz
opensim-SC_OLD-1314c87f36edd78f5070cc50f5b705b721c9196d.tar.bz2
opensim-SC_OLD-1314c87f36edd78f5070cc50f5b705b721c9196d.tar.xz
Enabled GridInfoServiceInConnector for standalones.
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example44
1 files changed, 44 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 9d1c884..f862960 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -76,3 +76,47 @@
76 ; If false, HG TPs happen only to the Default regions specified in [GridService] section 76 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
77 AllowTeleportsToAnyRegion = true 77 AllowTeleportsToAnyRegion = true
78 78
79[GridInfoService]
80 ; These settings are used to return information on a get_grid_info call.
81 ; Client launcher scripts and third-party clients make use of this to
82 ; autoconfigure the client and to provide a nice user experience. If you
83 ; want to facilitate that, you should configure the settings here according
84 ; to your grid or standalone setup.
85 ;
86 ; See http://opensimulator.org/wiki/GridInfo
87
88 ; login uri: for grid this is the login server URI
89 login = http://127.0.0.1:9000/
90
91 ; long grid name: the long name of your grid
92 gridname = "the lost continent of hippo"
93
94 ; short grid name: the short name of your grid
95 gridnick = "hippogrid"
96
97 ; login page: optional: if it exists it will be used to tell the client to use
98 ; this as splash page
99 ; currently unused
100 ;welcome = http://127.0.0.1/welcome
101
102 ; helper uri: optional: if it exists if will be used to tell the client to use
103 ; this for all economy related things
104 ; currently unused
105 ;economy = http://127.0.0.1:9000/
106
107 ; web page of grid: optional: page providing further information about your grid
108 ; currently unused
109 ;about = http://127.0.0.1/about/
110
111 ; account creation: optional: page providing further information about obtaining
112 ; a user account on your grid
113 ; currently unused
114 ;register = http://127.0.0.1/register
115
116 ; help: optional: page providing further assistance for users of your grid
117 ; currently unused
118 ;help = http://127.0.0.1/help
119
120 ; password help: optional: page providing password assistance for users of your grid
121 ; currently unused
122 ;password = http://127.0.0.1/password