aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2019-08-27 22:32:26 +0100
committerUbitUmarov2019-08-27 22:32:26 +0100
commit7a82f9ef9f2a33ddf3774a1484283ae1d55c324d (patch)
treed12bbd84715a18f1da591a0087d3e18b50c69f6f /bin/OpenSim.ini.example
parentmantis 8583: update region information on Grid on map regeneration (diff)
downloadopensim-SC-7a82f9ef9f2a33ddf3774a1484283ae1d55c324d.zip
opensim-SC-7a82f9ef9f2a33ddf3774a1484283ae1d55c324d.tar.gz
opensim-SC-7a82f9ef9f2a33ddf3774a1484283ae1d55c324d.tar.bz2
opensim-SC-7a82f9ef9f2a33ddf3774a1484283ae1d55c324d.tar.xz
mantis 8470: add constant PrivURL. Thanks Ai Austin
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7db7506..33b2819 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -55,9 +55,16 @@
55 ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}" 55 ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}"
56 BaseURL = http://${Const|BaseHostname} 56 BaseURL = http://${Const|BaseHostname}
57 57
58 ; If you run a grid, several services should not be availble to world, access to them should be blocked on firewall
59 ; PrivatePort should closed at the firewall.
60
58 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" 61 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
59 PublicPort = "8002" 62 PublicPort = "8002"
60 63
64 ; you can also have them on a diferent url / IP
65 ;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}"
66 PrivURL = ${Const|BaseURL}
67
61 ;grid default private port 8003, not used in standalone 68 ;grid default private port 8003, not used in standalone
62 ;# {PrivatePort} {} {PrivatePort} {8003} "8003" 69 ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
63 ; port to access private grid services. 70 ; port to access private grid services.