diff options
author | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-21 00:54:13 +0000 |
commit | d9bfc710c09d9a897657dd9c0286a064e7413cc6 (patch) | |
tree | 99a2c479b7c066c2b6f9f6021a026bf7a84dd4b7 /bin/Robust.HG.ini.example | |
parent | minor: Comment out log line for the SimulatorFeatures cap request for now to ... (diff) | |
download | opensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.zip opensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.gz opensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.bz2 opensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.xz |
Replace the tabs that have crept into isolated places in config and config example files with spaces
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 46dbc17..5fa4026 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -110,8 +110,8 @@ | |||
110 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... | 110 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... |
111 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" | 111 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" |
112 | 112 | ||
113 | ;; Uncomment if you want to have centralized estate data | 113 | ;; Uncomment if you want to have centralized estate data |
114 | ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" | 114 | ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" |
115 | 115 | ||
116 | ; * This is common for all services, it's the network setup for the entire | 116 | ; * This is common for all services, it's the network setup for the entire |
117 | ; * server instance, if none is specified above | 117 | ; * server instance, if none is specified above |
@@ -163,18 +163,18 @@ | |||
163 | 163 | ||
164 | [Hypergrid] | 164 | [Hypergrid] |
165 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | 165 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} |
166 | ;; This is the address of the external robust server that | 166 | ;; This is the address of the external robust server that |
167 | ;; runs the UserAgentsService, possibly this server. | 167 | ;; runs the UserAgentsService, possibly this server. |
168 | ;; For example http://myworld.com:8002 | 168 | ;; For example http://myworld.com:8002 |
169 | ;; This is a default that can be overwritten in some sections. | 169 | ;; This is a default that can be overwritten in some sections. |
170 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 170 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
171 | 171 | ||
172 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | 172 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} |
173 | ;; This is the address of the external robust server | 173 | ;; This is the address of the external robust server |
174 | ;; that runs the Gatekeeper service, possibly this server. | 174 | ;; that runs the Gatekeeper service, possibly this server. |
175 | ;; For example http://myworld.com:8002 | 175 | ;; For example http://myworld.com:8002 |
176 | ;; This is a default that can be overwritten in some sections. | 176 | ;; This is a default that can be overwritten in some sections. |
177 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 177 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
178 | 178 | ||
179 | 179 | ||
180 | [DatabaseService] | 180 | [DatabaseService] |
@@ -328,7 +328,7 @@ | |||
328 | ; for the server connector | 328 | ; for the server connector |
329 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 329 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
330 | UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 330 | UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
331 | 331 | ||
332 | 332 | ||
333 | ; * This is the new style user service. | 333 | ; * This is the new style user service. |
334 | ; * "Realm" is the table that is used for user lookup. | 334 | ; * "Realm" is the table that is used for user lookup. |
@@ -527,7 +527,7 @@ | |||
527 | 527 | ||
528 | ; password help: optional: page providing password assistance for users of your grid | 528 | ; password help: optional: page providing password assistance for users of your grid |
529 | ;password = ${Const|BaseURL}/password | 529 | ;password = ${Const|BaseURL}/password |
530 | 530 | ||
531 | ; HG address of the gatekeeper, if you have one | 531 | ; HG address of the gatekeeper, if you have one |
532 | ; this is the entry point for all the regions of the world | 532 | ; this is the entry point for all the regions of the world |
533 | ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/ | 533 | ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/ |
@@ -548,7 +548,7 @@ | |||
548 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" | 548 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" |
549 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" | 549 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" |
550 | ; how does the outside world reach me? This acts as public key too. | 550 | ; how does the outside world reach me? This acts as public key too. |
551 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented | 551 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
552 | ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" | 552 | ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" |
553 | 553 | ||
554 | ; Does this grid allow incoming links to any region in it? | 554 | ; Does this grid allow incoming links to any region in it? |
@@ -558,20 +558,20 @@ | |||
558 | ; If you run this gatekeeper server behind a proxy, set this to true | 558 | ; If you run this gatekeeper server behind a proxy, set this to true |
559 | ; HasProxy = false | 559 | ; HasProxy = false |
560 | 560 | ||
561 | ;; Regular expressions for controlling which client versions are accepted/denied. | 561 | ;; Regular expressions for controlling which client versions are accepted/denied. |
562 | ;; An empty string means nothing is checked. | 562 | ;; An empty string means nothing is checked. |
563 | ;; | 563 | ;; |
564 | ;; Example 1: allow only these 3 types of clients (any version of them) | 564 | ;; Example 1: allow only these 3 types of clients (any version of them) |
565 | ;; AllowedClients = "Imprudence|Hippo|Second Life" | 565 | ;; AllowedClients = "Imprudence|Hippo|Second Life" |
566 | ;; | 566 | ;; |
567 | ;; Example 2: allow all clients except these | 567 | ;; Example 2: allow all clients except these |
568 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" | 568 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" |
569 | ;; | 569 | ;; |
570 | ;; Note that these are regular expressions, so every character counts. | 570 | ;; Note that these are regular expressions, so every character counts. |
571 | ;; Also note that this is very weak security and should not be trusted as a reliable means | 571 | ;; Also note that this is very weak security and should not be trusted as a reliable means |
572 | ;; for keeping bad clients out; modified clients can fake their identifiers. | 572 | ;; for keeping bad clients out; modified clients can fake their identifiers. |
573 | ;; | 573 | ;; |
574 | ;; | 574 | ;; |
575 | ;AllowedClients = "" | 575 | ;AllowedClients = "" |
576 | ;DeniedClients = "" | 576 | ;DeniedClients = "" |
577 | 577 | ||
@@ -590,12 +590,12 @@ | |||
590 | [UserAgentService] | 590 | [UserAgentService] |
591 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" | 591 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" |
592 | ;; for the service | 592 | ;; for the service |
593 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 593 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
594 | GridService = "OpenSim.Services.GridService.dll:GridService" | 594 | GridService = "OpenSim.Services.GridService.dll:GridService" |
595 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 595 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
596 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 596 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
597 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 597 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
598 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 598 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
599 | 599 | ||
600 | ; If you run this user agent server behind a proxy, set this to true | 600 | ; If you run this user agent server behind a proxy, set this to true |
601 | ; HasProxy = false | 601 | ; HasProxy = false |
@@ -611,7 +611,7 @@ | |||
611 | ;; Are local users allowed to visit other grids? | 611 | ;; Are local users allowed to visit other grids? |
612 | ;; What user level? Use variables of this forrm: | 612 | ;; What user level? Use variables of this forrm: |
613 | ;; ForeignTripsAllowed_Level_<UserLevel> = true | false | 613 | ;; ForeignTripsAllowed_Level_<UserLevel> = true | false |
614 | ;; (the default is true) | 614 | ;; (the default is true) |
615 | ;; For example: | 615 | ;; For example: |
616 | ; ForeignTripsAllowed_Level_0 = false | 616 | ; ForeignTripsAllowed_Level_0 = false |
617 | ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it | 617 | ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it |
@@ -619,16 +619,16 @@ | |||
619 | ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept | 619 | ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept |
620 | ;; Leave blank or commented for no exceptions. | 620 | ;; Leave blank or commented for no exceptions. |
621 | ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002" | 621 | ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002" |
622 | ;; | 622 | ;; |
623 | ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept. | 623 | ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept. |
624 | ;; Leave blank or commented for no exceptions. | 624 | ;; Leave blank or commented for no exceptions. |
625 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" | 625 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" |
626 | 626 | ||
627 | ;; This variable controls what is exposed to profiles of local users | 627 | ;; This variable controls what is exposed to profiles of local users |
628 | ;; as seen from outside of this grid. Leave it uncommented for exposing | 628 | ;; as seen from outside of this grid. Leave it uncommented for exposing |
629 | ;; UserTitle, UserFlags and the creation date. Uncomment and change to False | 629 | ;; UserTitle, UserFlags and the creation date. Uncomment and change to False |
630 | ;; to block this info from being exposed. | 630 | ;; to block this info from being exposed. |
631 | ; ShowUserDetailsInHGProfile = True | 631 | ; ShowUserDetailsInHGProfile = True |
632 | 632 | ||
633 | 633 | ||
634 | ; * The interface that local users get when they are in other grids. | 634 | ; * The interface that local users get when they are in other grids. |
@@ -687,10 +687,10 @@ | |||
687 | 687 | ||
688 | 688 | ||
689 | [HGInstantMessageService] | 689 | [HGInstantMessageService] |
690 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | 690 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" |
691 | GridService = "OpenSim.Services.GridService.dll:GridService" | 691 | GridService = "OpenSim.Services.GridService.dll:GridService" |
692 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 692 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
693 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 693 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
694 | ; This should always be true in the Robust config | 694 | ; This should always be true in the Robust config |
695 | InGatekeeper = True | 695 | InGatekeeper = True |
696 | 696 | ||
@@ -718,7 +718,7 @@ | |||
718 | ;; Realm = UserProfiles | 718 | ;; Realm = UserProfiles |
719 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | 719 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService |
720 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 720 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
721 | 721 | ||
722 | 722 | ||
723 | [BakedTextureService] | 723 | [BakedTextureService] |
724 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | 724 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" |