aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 481cbbf..e950c12 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -7,6 +7,10 @@
7 ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt) 7 ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt)
8 crash_dir = "crashes" 8 crash_dir = "crashes"
9 9
10 ; Http proxy support for llHTTPRequest and dynamic texture loading
11 HttpProxy = "http://proxy.com"
12 HttpProxyExceptions = ".mydomain.com;localhost"
13
10 ; Set this to true if you are connecting your OpenSimulator regions to a grid 14 ; Set this to true if you are connecting your OpenSimulator regions to a grid
11 ; Set this to false if you are running OpenSimulator in standalone mode 15 ; Set this to false if you are running OpenSimulator in standalone mode
12 gridmode = false 16 gridmode = false