|
1 | 1 | { |
2 | | - "GridConfig": { |
3 | | - "Grids": { |
4 | | - "Localhost:9000": { |
5 | | - "GridName": "Localhost:9000", |
6 | | - "GridNick": "Localhost", |
7 | | - "LoginURI": "http://localhost:9000", |
8 | | - "slurl_base": "hop://localhost:9000/" |
9 | | - }, |
10 | | - "nyxxx": { |
11 | | - "GridName": "nyxxx", |
12 | | - "GridNick": "nyxxx", |
13 | | - "LoginURI": "http://192.168.86.56:9000", |
14 | | - "Platform": "OpenSim", |
15 | | - "slurl_base": "hop://192.168.86.56:9000/" |
16 | | - }, |
17 | | - "OpenSim Conference": { |
18 | | - "GridName": "OpenSim Community Conference", |
19 | | - "GridNick": "OpenSimCC", |
20 | | - "LoginURI": "http://cc.opensimulator.org:8002/", |
21 | | - "HelperURI": "http://cc.opensimulator.org/helper/", |
22 | | - "SupportURI": "", |
23 | | - "AccountURI": "http://cc.opensimulator.org:8005/wifi/user/account", |
24 | | - "PasswordURI": "http://cc.opensimulator.org:8005/wifi/forgotpassword", |
25 | | - "WebSite": "http://cc.opensimulator.org:8005/wifi/welcome.html", |
26 | | - "Platform": "OpenSim", |
27 | | - "Slurl_base": "hop://cc.opensimulator.org:8002/" |
28 | | - }, |
29 | | - "Kitely": { |
30 | | - "GridName": "Kitely Grid", |
31 | | - "GridNick": "Kitely", |
32 | | - "LoginURI": "http://grid.kitely.com:8002/", |
33 | | - "HelperURI": "http://grid.kitely.com:8002/", |
34 | | - "SupportURI": "", |
35 | | - "Platform": "OpenSim", |
36 | | - "slurl_base": "hop://grid.kitely.com:8002/" |
37 | | - }, |
38 | | - "WolfTerritories": { |
39 | | - "GridName": "Wolf Territories Grid", |
40 | | - "GridNick": "WolfTerritories", |
41 | | - "LoginURI": "http://grid.wolfterritories.org:8002/", |
42 | | - "HelperURI": "http://helper.wolfterritories.org/", |
43 | | - "AccountURI": "https://www.wolf-grid.com/index.php?f=newuser", |
44 | | - "WebSite": "https://www.wolf-grid.com", |
45 | | - "Platform": "OpenSim", |
46 | | - "slurl_base": "hop://grid.wolfterritories.org:8002/" |
47 | | - }, |
48 | | - "OSGrid": { |
49 | | - "GridName": "OSGrid", |
50 | | - "GridNick": "osgrid", |
51 | | - "HelperURI": "http://helper.osgrid.org/", |
52 | | - "loginpage": "http://www.osgrid.org/splash/", |
53 | | - "LoginURI": "http://login.osgrid.org", |
54 | | - "WebSite": "http://www.osgrid.org/", |
55 | | - "AccountURI": "http://www.osgrid.org/", |
56 | | - "PasswordURI": "http://www.osgrid.org/", |
57 | | - "Platform": "OpenSim", |
58 | | - "slurl_base": "hop://login.osgrid.org/", |
59 | | - "web_profile_url": "http://my.osgrid.org/?name=[AGENT_NAME]" |
60 | | - }, |
61 | | - "SecondLife": { |
62 | | - "GridName": "Second Life", |
63 | | - "GridNick": "agni", |
64 | | - "app_slurl_base": "secondlife:///app", |
65 | | - "LoginURI": "https://login.agni.lindenlab.com/cgi-bin/login.cgi", |
66 | | - "HelperURI": "https://secondlife.com/helpers/", |
67 | | - "slurl_base": "http://maps.secondlife.com/secondlife/", |
68 | | - "web_profile_url": "https://my.secondlife.com/" |
69 | | - } |
| 2 | + "Grids": [ |
| 3 | + { |
| 4 | + "GridName": "Localhost:9000", |
| 5 | + "GridNick": "Localhost", |
| 6 | + "LoginURI": "http://localhost:9000", |
| 7 | + "slurl_base": "hop://localhost:9000/" |
| 8 | + }, |
| 9 | + { |
| 10 | + "GridName": "nyxxx", |
| 11 | + "GridNick": "nyxxx", |
| 12 | + "LoginURI": "http://192.168.86.56:9000", |
| 13 | + "Platform": "OpenSim", |
| 14 | + "slurl_base": "hop://192.168.86.56:9000/" |
| 15 | + }, |
| 16 | + { |
| 17 | + "GridName": "OpenSim Community Conference", |
| 18 | + "GridNick": "OpenSimCC", |
| 19 | + "LoginURI": "http://cc.opensimulator.org:8002/", |
| 20 | + "HelperURI": "http://cc.opensimulator.org/helper/", |
| 21 | + "SupportURI": "", |
| 22 | + "AccountURI": "http://cc.opensimulator.org:8005/wifi/user/account", |
| 23 | + "PasswordURI": "http://cc.opensimulator.org:8005/wifi/forgotpassword", |
| 24 | + "WebSite": "http://cc.opensimulator.org:8005/wifi/welcome.html", |
| 25 | + "Platform": "OpenSim", |
| 26 | + "Slurl_base": "hop://cc.opensimulator.org:8002/" |
| 27 | + }, |
| 28 | + { |
| 29 | + "GridName": "Kitely Grid", |
| 30 | + "GridNick": "Kitely", |
| 31 | + "LoginURI": "http://grid.kitely.com:8002/", |
| 32 | + "HelperURI": "http://grid.kitely.com:8002/", |
| 33 | + "SupportURI": "", |
| 34 | + "Platform": "OpenSim", |
| 35 | + "slurl_base": "hop://grid.kitely.com:8002/" |
| 36 | + }, |
| 37 | + { |
| 38 | + "GridName": "Wolf Territories Grid", |
| 39 | + "GridNick": "WolfTerritories", |
| 40 | + "LoginURI": "http://grid.wolfterritories.org:8002/", |
| 41 | + "HelperURI": "http://helper.wolfterritories.org/", |
| 42 | + "AccountURI": "https://www.wolf-grid.com/index.php?f=newuser", |
| 43 | + "WebSite": "https://www.wolf-grid.com", |
| 44 | + "Platform": "OpenSim", |
| 45 | + "slurl_base": "hop://grid.wolfterritories.org:8002/" |
| 46 | + }, |
| 47 | + { |
| 48 | + "GridName": "OSGrid", |
| 49 | + "GridNick": "osgrid", |
| 50 | + "HelperURI": "https://helper.osgrid.org/", |
| 51 | + "loginpage": "https://www.osgrid.org/splash/", |
| 52 | + "LoginURI": "http://login.osgrid.org", |
| 53 | + "WebSite": "https://www.osgrid.org/", |
| 54 | + "AccountURI": "https://www.osgrid.org/", |
| 55 | + "PasswordURI": "https://www.osgrid.org/", |
| 56 | + "Platform": "OpenSim", |
| 57 | + "slurl_base": "hop://login.osgrid.org/", |
| 58 | + "web_profile_url": "http://my.osgrid.org/?name=[AGENT_NAME]" |
| 59 | + }, |
| 60 | + { |
| 61 | + "GridName": "Second Life", |
| 62 | + "GridNick": "agni", |
| 63 | + "app_slurl_base": "secondlife:///app", |
| 64 | + "LoginURI": "https://login.agni.lindenlab.com/cgi-bin/login.cgi", |
| 65 | + "HelperURI": "https://secondlife.com/helpers/", |
| 66 | + "slurl_base": "http://maps.secondlife.com/secondlife/", |
| 67 | + "web_profile_url": "https://my.secondlife.com/" |
70 | 68 | } |
71 | | - } |
| 69 | + ] |
72 | 70 | } |
0 commit comments