aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7a1a88d..138e498 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -43,6 +43,11 @@
43 43
44 44
45[Const] 45[Const]
46 ; For a grid these will usually be the externally accessible IP/DNS
47 ; name and use default public port 8002 and default private port 8003
48 ; For a standalone this will usually be the externally accessible IP/DNS
49 ; name and use a single common port 9000
50
46 ;# {BaseURL} {} {BaseURL} {"http://example.com","http://127.0.0.1"} "http://127.0.0.1" 51 ;# {BaseURL} {} {BaseURL} {"http://example.com","http://127.0.0.1"} "http://127.0.0.1"
47 BaseURL = http://127.0.0.1 52 BaseURL = http://127.0.0.1
48 53