diff options
Diffstat (limited to '')
-rw-r--r-- | config/OpenSimDefaults.ini | 14 | ||||
-rw-r--r-- | config/Robust.ini.template | 58 | ||||
-rw-r--r-- | config/config.ini | 1 | ||||
-rw-r--r-- | config/sim01/My_sim.xml | 4 |
4 files changed, 40 insertions, 37 deletions
diff --git a/config/OpenSimDefaults.ini b/config/OpenSimDefaults.ini index b62bcd7..12ca68f 100644 --- a/config/OpenSimDefaults.ini +++ b/config/OpenSimDefaults.ini | |||
@@ -807,8 +807,8 @@ | |||
807 | 807 | ||
808 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} | 808 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} |
809 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. | 809 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. |
810 | ; OfflineMessageURL = ${Const|BaseURL}/Offline.php | 810 | ; OfflineMessageURL = ${Const|GridURL}/Offline.php |
811 | OfflineMessageURL = ${Const|BaseURL}:${Const|PrivatePort} | 811 | OfflineMessageURL = ${Const|GridURL}:${Const|PrivatePort} |
812 | 812 | ||
813 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} | 813 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} |
814 | ;; For standalones, this is the storage dll. | 814 | ;; For standalones, this is the storage dll. |
@@ -822,7 +822,7 @@ | |||
822 | ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php | 822 | ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php |
823 | ;; URL of the web service that serves mute lists. Not currently used, but | 823 | ;; URL of the web service that serves mute lists. Not currently used, but |
824 | ;; must be set to allow offline messaging to work. | 824 | ;; must be set to allow offline messaging to work. |
825 | MuteListURL = "${Const|BaseURL}/opensim/mute.php" | 825 | MuteListURL = "${Const|GridURL}/opensim/mute.php" |
826 | 826 | ||
827 | ;; Control whether group invites and notices are stored for offline users. | 827 | ;; Control whether group invites and notices are stored for offline users. |
828 | ;; Default is true. | 828 | ;; Default is true. |
@@ -1960,9 +1960,9 @@ | |||
1960 | ;; URI for the groups services of this grid | 1960 | ;; URI for the groups services of this grid |
1961 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc | 1961 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc |
1962 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid | 1962 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid |
1963 | ;; or ${Const|BaseURL}:${Const|PrivatePort} for robust, V2 | 1963 | ;; or ${Const|GridURL}:${Const|PrivatePort} for robust, V2 |
1964 | ;; Leave it commented for standalones, V2 | 1964 | ;; Leave it commented for standalones, V2 |
1965 | GroupsServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | 1965 | GroupsServerURI = "${Const|GridURL}:${Const|PrivatePort}" |
1966 | 1966 | ||
1967 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} | 1967 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} |
1968 | ;; Used for V2 in HG only. For example | 1968 | ;; Used for V2 in HG only. For example |
@@ -2088,14 +2088,14 @@ | |||
2088 | ;; points to your grid's Robust user profiles service | 2088 | ;; points to your grid's Robust user profiles service |
2089 | ;; | 2089 | ;; |
2090 | ; ProfileURL = http://127.0.0.1:9000 | 2090 | ; ProfileURL = http://127.0.0.1:9000 |
2091 | ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} | 2091 | ProfileServiceURL = ${Const|GridURL}:${Const|PublicPort} |
2092 | 2092 | ||
2093 | 2093 | ||
2094 | [XBakes] | 2094 | [XBakes] |
2095 | ;# {URL} {} {Set URL for Baked texture service} {} | 2095 | ;# {URL} {} {Set URL for Baked texture service} {} |
2096 | ;; Sets the URL for the baked texture ROBUST service. | 2096 | ;; Sets the URL for the baked texture ROBUST service. |
2097 | ;; Disabled when unset. | 2097 | ;; Disabled when unset. |
2098 | URL = ${Const|BaseURL}:${Const|PrivatePort} | 2098 | URL = ${Const|GridURL}:${Const|PrivatePort} |
2099 | 2099 | ||
2100 | 2100 | ||
2101 | ;; | 2101 | ;; |
diff --git a/config/Robust.ini.template b/config/Robust.ini.template index b7a68a6..4ee1bb3 100644 --- a/config/Robust.ini.template +++ b/config/Robust.ini.template | |||
@@ -153,14 +153,14 @@ | |||
153 | ;; runs the UserAgentsService, possibly this server. | 153 | ;; runs the UserAgentsService, possibly this server. |
154 | ;; For example http://myworld.com:8002 | 154 | ;; For example http://myworld.com:8002 |
155 | ;; This is a default that can be overwritten in some sections. | 155 | ;; This is a default that can be overwritten in some sections. |
156 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 156 | HomeURI = "${Const|GridURL}:${Const|PublicPort}" |
157 | 157 | ||
158 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | 158 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} |
159 | ;; This is the address of the external robust server | 159 | ;; This is the address of the external robust server |
160 | ;; that runs the Gatekeeper service, possibly this server. | 160 | ;; that runs the Gatekeeper service, possibly this server. |
161 | ;; For example http://myworld.com:8002 | 161 | ;; For example http://myworld.com:8002 |
162 | ;; This is a default that can be overwritten in some sections. | 162 | ;; This is a default that can be overwritten in some sections. |
163 | GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 163 | GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}" |
164 | 164 | ||
165 | [AccessControl] | 165 | [AccessControl] |
166 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} | 166 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} |
@@ -306,7 +306,7 @@ | |||
306 | ExportSupported = true | 306 | ExportSupported = true |
307 | 307 | ||
308 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 308 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
309 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 309 | ; GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}" |
310 | 310 | ||
311 | 311 | ||
312 | ; * This is the configuration for the freeswitch server in grid mode | 312 | ; * This is the configuration for the freeswitch server in grid mode |
@@ -470,31 +470,31 @@ | |||
470 | AllowRemoteSetLoginLevel = "false" | 470 | AllowRemoteSetLoginLevel = "false" |
471 | 471 | ||
472 | ; For V2 map | 472 | ; For V2 map |
473 | MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/"; | 473 | MapTileURL = "${Const|GridURL}:${Const|PublicPort}/"; |
474 | 474 | ||
475 | ; Url to search service | 475 | ; Url to search service |
476 | ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}/"; | 476 | ; SearchURL = "${Const|GridURL}:${Const|PublicPort}/"; |
477 | 477 | ||
478 | ; For V3 destination guide | 478 | ; For V3 destination guide |
479 | ; DestinationGuide = "${Const|BaseURL}/guide" | 479 | ; DestinationGuide = "${Const|GridURL}/guide" |
480 | 480 | ||
481 | ; For V3 avatar picker (( work in progress )) | 481 | ; For V3 avatar picker (( work in progress )) |
482 | ; AvatarPicker = "${Const|BaseURL}/avatars" | 482 | ; AvatarPicker = "${Const|GridURL}/avatars" |
483 | 483 | ||
484 | ; If you run this login server behind a proxy, set this to true | 484 | ; If you run this login server behind a proxy, set this to true |
485 | ; HasProxy = false | 485 | ; HasProxy = false |
486 | 486 | ||
487 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) | 487 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) |
488 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented | 488 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
489 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 489 | ; GatekeeperURI = "${Const|GridURL}:${Const|PublicPort}" |
490 | 490 | ||
491 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 491 | SRV_HomeURI = "${Const|GridURL}:${Const|PublicPort}" |
492 | SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 492 | SRV_InventoryServerURI = "${Const|GridURL}:${Const|PublicPort}" |
493 | SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 493 | SRV_AssetServerURI = "${Const|GridURL}:${Const|PublicPort}" |
494 | SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 494 | SRV_ProfileServerURI = "${Const|GridURL}:${Const|PublicPort}" |
495 | SRV_FriendsServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 495 | SRV_FriendsServerURI = "${Const|GridURL}:${Const|PublicPort}" |
496 | SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 496 | SRV_IMServerURI = "${Const|GridURL}:${Const|PublicPort}" |
497 | SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}" | 497 | SRV_GroupsServerURI = "${Const|GridURL}:${Const|PublicPort}" |
498 | 498 | ||
499 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | 499 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" |
500 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | 500 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time |
@@ -551,42 +551,42 @@ | |||
551 | ; See http://opensimulator.org/wiki/GridInfo | 551 | ; See http://opensimulator.org/wiki/GridInfo |
552 | 552 | ||
553 | ; login uri: for grid this is the login server URI | 553 | ; login uri: for grid this is the login server URI |
554 | login = ${Const|BaseURL}:${Const|PublicPort}/ | 554 | login = ${Const|GridURL}:${Const|PublicPort}/ |
555 | 555 | ||
556 | ; long grid name: the long name of your grid | 556 | ; long grid name: the long name of your grid |
557 | gridname = "${Const|GridName}" | 557 | gridname = "${Const|GridName}" |
558 | 558 | ||
559 | ; short grid name: the short name of your grid | 559 | ; short grid name: the short name of your grid |
560 | gridnick = "${Const|GridName}" | 560 | gridnick = "${Const|ShortGridName}" |
561 | 561 | ||
562 | ; login page: optional: if it exists it will be used to tell the client to use | 562 | ; login page: optional: if it exists it will be used to tell the client to use |
563 | ; this as splash page | 563 | ; this as splash page |
564 | ;welcome = ${Const|BaseURL}/welcome | 564 | welcome = ${Const|GridURL}/drupal/loginpage |
565 | 565 | ||
566 | ; helper uri: optional: if it exists it will be used to tell the client to use | 566 | ; helper uri: optional: if it exists it will be used to tell the client to use |
567 | ; this for all economy related things | 567 | ; this for all economy related things |
568 | ;economy = ${Const|BaseURL}/economy | 568 | ;economy = ${Const|GridURL}/economy |
569 | 569 | ||
570 | ; web page of grid: optional: page providing further information about your grid | 570 | ; web page of grid: optional: page providing further information about your grid |
571 | ;about = ${Const|BaseURL}/about | 571 | about = ${Const|GridURL}/drupal/ |
572 | 572 | ||
573 | ; account creation: optional: page providing further information about obtaining | 573 | ; account creation: optional: page providing further information about obtaining |
574 | ; a user account on your grid | 574 | ; a user account on your grid |
575 | ;register = ${Const|BaseURL}/register | 575 | register = ${Const|GridURL}/drupal/content/How_to_join |
576 | 576 | ||
577 | ; help: optional: page providing further assistance for users of your grid | 577 | ; help: optional: page providing further assistance for users of your grid |
578 | ;help = ${Const|BaseURL}/help | 578 | help = ${Const|GridURL}/drupal/Tags/help |
579 | 579 | ||
580 | ; password help: optional: page providing password assistance for users of your grid | 580 | ; password help: optional: page providing password assistance for users of your grid |
581 | ;password = ${Const|BaseURL}/password | 581 | password = ${Const|GridURL}/drupal |
582 | 582 | ||
583 | ; HG address of the gatekeeper, if you have one | 583 | ; HG address of the gatekeeper, if you have one |
584 | ; this is the entry point for all the regions of the world | 584 | ; this is the entry point for all the regions of the world |
585 | ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/ | 585 | ; gatekeeper = ${Const|GridURL}:${Const|PublicPort}/ |
586 | 586 | ||
587 | ; HG user domain, if you have one | 587 | ; HG user domain, if you have one |
588 | ; this is the entry point for all user-related HG services | 588 | ; this is the entry point for all user-related HG services |
589 | ; uas = ${Const|BaseURL}:${Const|PublicPort}/ | 589 | ; uas = ${Const|GridURL}:${Const|PublicPort}/ |
590 | 590 | ||
591 | 591 | ||
592 | [GatekeeperService] | 592 | [GatekeeperService] |
@@ -601,7 +601,7 @@ | |||
601 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" | 601 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" |
602 | ; how does the outside world reach me? This acts as public key too. | 602 | ; how does the outside world reach me? This acts as public key too. |
603 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented | 603 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
604 | ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" | 604 | ; ExternalName = "${Const|GridURL}:${Const|PublicPort}" |
605 | 605 | ||
606 | ; Does this grid allow incoming links to any region in it? | 606 | ; Does this grid allow incoming links to any region in it? |
607 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section | 607 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section |
@@ -691,7 +691,7 @@ | |||
691 | AuthType = None | 691 | AuthType = None |
692 | 692 | ||
693 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | 693 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't |
694 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 694 | ; HomeURI = "${Const|GridURL}:${Const|PublicPort}" |
695 | 695 | ||
696 | 696 | ||
697 | ; * The interface that local users get when they are in other grids. | 697 | ; * The interface that local users get when they are in other grids. |
@@ -710,7 +710,7 @@ | |||
710 | AuthType = None | 710 | AuthType = None |
711 | 711 | ||
712 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | 712 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't |
713 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 713 | ; HomeURI = "${Const|GridURL}:${Const|PublicPort}" |
714 | 714 | ||
715 | ;; The asset types that this grid can export to / import from other grids. | 715 | ;; The asset types that this grid can export to / import from other grids. |
716 | ;; Comma separated. | 716 | ;; Comma separated. |
@@ -755,7 +755,7 @@ | |||
755 | 755 | ||
756 | ;; What is the HomeURI of users associated with this grid? | 756 | ;; What is the HomeURI of users associated with this grid? |
757 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | 757 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't |
758 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 758 | ; HomeURI = "${Const|GridURL}:${Const|PublicPort}" |
759 | 759 | ||
760 | ;; Sets the maximum number of groups an agent may join | 760 | ;; Sets the maximum number of groups an agent may join |
761 | MaxAgentGroups = 420 | 761 | MaxAgentGroups = 420 |
diff --git a/config/config.ini b/config/config.ini index 31ce07f..99d3c96 100644 --- a/config/config.ini +++ b/config/config.ini | |||
@@ -28,6 +28,7 @@ | |||
28 | ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1" | 28 | ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1" |
29 | HostName = "localhost" | 29 | HostName = "localhost" |
30 | BaseURL = http://127.0.0.1 | 30 | BaseURL = http://127.0.0.1 |
31 | GridURL = http://grid.infinitegrid.org | ||
31 | 32 | ||
32 | ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" | 33 | ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" |
33 | PublicPort = "8002" | 34 | PublicPort = "8002" |
diff --git a/config/sim01/My_sim.xml b/config/sim01/My_sim.xml index 144cb0a..2f893ad 100644 --- a/config/sim01/My_sim.xml +++ b/config/sim01/My_sim.xml | |||
@@ -6,6 +6,8 @@ | |||
6 | <Key Name="InternalPort" Value="9106" /> | 6 | <Key Name="InternalPort" Value="9106" /> |
7 | <Key Name="AllowAlternatePorts" Value="False" /> | 7 | <Key Name="AllowAlternatePorts" Value="False" /> |
8 | <Key Name="ExternalHostName" Value="SYSTEMIP" /> | 8 | <Key Name="ExternalHostName" Value="SYSTEMIP" /> |
9 | <Key Name="RegionType" Value="public sim" /> | 9 | <Key Name="RegionType" Value="private sim" /> |
10 | <Key Name="SizeX" Value="256" /> | ||
11 | <Key Name="SizeY" Value="256" /> | ||
10 | </Section> | 12 | </Section> |
11 | </Nini> | 13 | </Nini> |