Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GridCommon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
;; runs the UserAgentsService.
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
HomeURI = "**** YOUR HOSTNAME HERE ****:${Const|PublicPort}"
HomeURI = "**** YOUR HOSTNAME HERE ****"

;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
;; If this is a standalone world, this is the address of this instance.
;; If this is a grided simulator, this is the address of the external robust server
;; that runs the Gatekeeper service.
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
GatekeeperURI = "**** YOUR HOSTNAME HERE ****:${Const|PublicPort}"
GatekeeperURI = "**** YOUR HOSTNAME HERE ****"

[Modules]
;; Choose one cache module and the corresponding config file, if it exists.
Expand Down