diff options
author | BlueWall | 2011-04-13 17:03:30 -0400 |
---|---|---|
committer | BlueWall | 2011-04-13 17:03:30 -0400 |
commit | c0fcc430fe12184038f0d46f992d507885295834 (patch) | |
tree | dcc517adcc10049054a4fe2b02aac3182c78db49 /bin/OpenSim.ini.example | |
parent | remove packet monitoring debugging code (diff) | |
parent | Add ColladaMesh switch (diff) | |
download | opensim-SC-c0fcc430fe12184038f0d46f992d507885295834.zip opensim-SC-c0fcc430fe12184038f0d46f992d507885295834.tar.gz opensim-SC-c0fcc430fe12184038f0d46f992d507885295834.tar.bz2 opensim-SC-c0fcc430fe12184038f0d46f992d507885295834.tar.xz |
Merge branch 'master' of /home/git/repo/OpenSim into queuetest
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 55723d1..c05c3de 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -16,7 +16,7 @@ | |||
16 | ;; files are loaded then type "config show" on the region console command line. | 16 | ;; files are loaded then type "config show" on the region console command line. |
17 | ;; | 17 | ;; |
18 | ;; | 18 | ;; |
19 | ;; NOTES FOR DEVELOPERS REGARDING FORMAT OF TIHS FILE | 19 | ;; NOTES FOR DEVELOPERS REGARDING THE FORMAT OF THIS FILE |
20 | ;; | 20 | ;; |
21 | ;; All leading white space is ignored, but preserved. | 21 | ;; All leading white space is ignored, but preserved. |
22 | ;; | 22 | ;; |
@@ -201,6 +201,14 @@ | |||
201 | ;; If not generating maptiles, use this static texture asset ID | 201 | ;; If not generating maptiles, use this static texture asset ID |
202 | ; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" | 202 | ; MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" |
203 | 203 | ||
204 | ;; Http proxy setting for llHTTPRequest and dynamic texture loading, if required | ||
205 | ; HttpProxy = "http://proxy.com:8080" | ||
206 | |||
207 | ;; If you're using HttpProxy, then you can set HttpProxyExceptions to a list of regular expressions for URLs that you don't want to go through the proxy | ||
208 | ;; For example, servers inside your firewall. | ||
209 | ;; Separate patterns with a ';' | ||
210 | ; HttpProxyExceptions = ".mydomain.com;localhost" | ||
211 | |||
204 | ;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {true false} false | 212 | ;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {true false} false |
205 | ;; The email module requires some configuration. It needs an SMTP | 213 | ;; The email module requires some configuration. It needs an SMTP |
206 | ;; server to send mail through. | 214 | ;; server to send mail through. |