diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 020632f..309ce88 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -979,52 +979,6 @@ | |||
979 | ; DisableUndergroundMovement = true | 979 | ; DisableUndergroundMovement = true |
980 | 980 | ||
981 | 981 | ||
982 | [GridInfoService] | ||
983 | ; These settings are used to return information on a get_grid_info call. | ||
984 | ; Client launcher scripts and third-party clients make use of this to | ||
985 | ; autoconfigure the client and to provide a nice user experience. If you | ||
986 | ; want to facilitate that, you should configure the settings here according | ||
987 | ; to your grid or standalone setup. | ||
988 | ; | ||
989 | ; See http://opensimulator.org/wiki/GridInfo | ||
990 | |||
991 | ; login uri: for grid this is the user server URI | ||
992 | login = http://127.0.0.1:9000/ | ||
993 | |||
994 | ; long grid name: the long name of your grid | ||
995 | gridname = "the lost continent of hippo" | ||
996 | |||
997 | ; short grid name: the short name of your grid | ||
998 | gridnick = "hippogrid" | ||
999 | |||
1000 | ; login page: optional: if it exists it will be used to tell the client to use | ||
1001 | ; this as splash page | ||
1002 | ; currently unused | ||
1003 | ;welcome = http://127.0.0.1/welcome | ||
1004 | |||
1005 | ; helper uri: optional: if it exists if will be used to tell the client to use | ||
1006 | ; this for all economy related things | ||
1007 | ; currently unused | ||
1008 | ;economy = http://127.0.0.1:9000/ | ||
1009 | |||
1010 | ; web page of grid: optional: page providing further information about your grid | ||
1011 | ; currently unused | ||
1012 | ;about = http://127.0.0.1/about/ | ||
1013 | |||
1014 | ; account creation: optional: page providing further information about obtaining | ||
1015 | ; a user account on your grid | ||
1016 | ; currently unused | ||
1017 | ;register = http://127.0.0.1/register | ||
1018 | |||
1019 | ; help: optional: page providing further assistance for users of your grid | ||
1020 | ; currently unused | ||
1021 | ;help = http://127.0.0.1/help | ||
1022 | |||
1023 | ; password help: optional: page providing password assistance for users of your grid | ||
1024 | ; currently unused | ||
1025 | ;password = http://127.0.0.1/password | ||
1026 | |||
1027 | |||
1028 | [OpenGridProtocol] | 982 | [OpenGridProtocol] |
1029 | ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. | 983 | ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. |
1030 | ;On/true or Off/false | 984 | ;On/true or Off/false |