aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.ini')
-rw-r--r--bin/Robust.ini21
1 files changed, 14 insertions, 7 deletions
diff --git a/bin/Robust.ini b/bin/Robust.ini
index 00ad2ca..ca5829c 100644
--- a/bin/Robust.ini
+++ b/bin/Robust.ini
@@ -87,6 +87,10 @@
87 ;; Uncomment this if you want Groups V2, HG to work 87 ;; Uncomment this if you want Groups V2, HG to work
88 HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" 88 HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector"
89 89
90 ;; Basic web server.
91 WebServerInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:WebServerInConnector"
92
93
90; * This is common for all services, it's the network setup for the entire 94; * This is common for all services, it's the network setup for the entire
91; * server instance, if none is specified above 95; * server instance, if none is specified above
92; * 96; *
@@ -563,32 +567,32 @@
563 567
564 ; login page: optional: if it exists it will be used to tell the client to use 568 ; login page: optional: if it exists it will be used to tell the client to use
565 ; this as splash page 569 ; this as splash page
566 welcome = ${Const|BaseURL}/drupal/loginpage 570 welcome = ${Const|BaseURL}:${Const|PublicPort}/web/loginpage.html
567 571
568 ; helper uri: optional: if it exists it will be used to tell the client to use 572 ; helper uri: optional: if it exists it will be used to tell the client to use
569 ; this for all economy related things 573 ; this for all economy related things
570 ;economy = ${Const|BaseURL}/economy 574 ;economy = ${Const|BaseURL}/economy
571 575
572 ; web page of grid: optional: page providing further information about your grid 576 ; web page of grid: optional: page providing further information about your grid
573 about = ${Const|BaseURL}/drupal/ 577 about = ${Const|BaseURL}:${Const|PublicPort}/web/about.html
574 578
575 ; account creation: optional: page providing further information about obtaining 579 ; account creation: optional: page providing further information about obtaining
576 ; a user account on your grid 580 ; a user account on your grid
577 register = ${Const|BaseURL}/drupal/content/How_to_join 581 register = ${Const|BaseURL}:${Const|PublicPort}/web/register.html
578 582
579 ; help: optional: page providing further assistance for users of your grid 583 ; help: optional: page providing further assistance for users of your grid
580 help = ${Const|BaseURL}/drupal/Tags/help 584 help = ${Const|BaseURL}:${Const|PublicPort}/web/help.html
581 585
582 ; password help: optional: page providing password assistance for users of your grid 586 ; password help: optional: page providing password assistance for users of your grid
583 password = ${Const|BaseURL}/drupal 587 password = ${Const|BaseURL}:${Const|PublicPort}/web/password_help.html
584 588
585 ; HG address of the gatekeeper, if you have one 589 ; HG address of the gatekeeper, if you have one
586 ; this is the entry point for all the regions of the world 590 ; this is the entry point for all the regions of the world
587 ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/ 591 gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/
588 592
589 ; HG user domain, if you have one 593 ; HG user domain, if you have one
590 ; this is the entry point for all user-related HG services 594 ; this is the entry point for all user-related HG services
591 ; uas = ${Const|BaseURL}:${Const|PublicPort}/ 595 uas = ${Const|BaseURL}:${Const|PublicPort}/
592 596
593 597
594[GatekeeperService] 598[GatekeeperService]
@@ -783,3 +787,6 @@
783 787
784[MuteListService] 788[MuteListService]
785 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService" 789 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"
790
791
792[WebService]