diff options
author | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
commit | f96afdb62bc05dd4c2ec4ba53a9978218bd82746 (patch) | |
tree | c369c8b35426a31aa65395c29593fc2cd93ded81 /config/Robust.ini.template | |
parent | Add asset fixing Perl script, though likely to convert it to Lua later. (diff) | |
download | opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.zip opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.gz opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.bz2 opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.xz |
Various little clean ups.
Diffstat (limited to 'config/Robust.ini.template')
-rw-r--r-- | config/Robust.ini.template | 58 |
1 files changed, 29 insertions, 29 deletions
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 |