mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
fix some typos
This commit is contained in:
@@ -197,10 +197,10 @@
|
||||
;; This is a default that can be overwritten in some sections.
|
||||
; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
|
||||
|
||||
# {GatekeeperURIAlias} {Hypergrid} {alternative hostnames (FQDN), or IPs of the gatekeeper of this grid and port (default 80 or 443 if alias starts with https://)} {}
|
||||
;# {GatekeeperURIAlias} {Hypergrid} {alternative hostnames (FQDN), or IPs of the gatekeeper of this grid and port (default 80 or 443 if alias starts with https://)} {}
|
||||
;; comma separated list,
|
||||
;; this is to allow this grid to identify this as references to itself
|
||||
;; entries can be unsecure url (host:port) if using ssl, direct login url if diferent, old grid url, etc
|
||||
;; entries can be unsecure url (host:port) if using ssl, direct login url if different, old grid url, etc
|
||||
; GatekeeperURIAlias = "login.osgrid.org"
|
||||
|
||||
[AccessControl]
|
||||
@@ -634,10 +634,6 @@
|
||||
; this is the entry point for all the regions of the world
|
||||
; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/
|
||||
|
||||
; HG user domain, if you have one
|
||||
; this is the entry point for all user-related HG services
|
||||
; uas = ${Const|BaseURL}:${Const|PublicPort}/
|
||||
|
||||
|
||||
[GatekeeperService]
|
||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
||||
|
||||
@@ -45,10 +45,10 @@
|
||||
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
||||
; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
|
||||
|
||||
;# {GatekeeperURIAlias} {Hypergrid} {Old http schema (default http://), hostnames (FQDN), or IPs of the gatekeeper of this world and port (default 80 or 443)} {}
|
||||
;# {GatekeeperURIAlias} {Hypergrid} {alternative hostnames (FQDN), or IPs of the gatekeeper of this world and port} {}
|
||||
;; comma separated list,
|
||||
;; in case there was for example a dns change, etc
|
||||
; GatekeeperURIAlias = myoldname.something.org, 127.0.0.1,127.0.0.1:8043
|
||||
; GatekeeperURIAlias = myoldname.something.org
|
||||
|
||||
;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
|
||||
;; If this is a standalone world, this is the address of this instance.
|
||||
|
||||
Reference in New Issue
Block a user