diff options
author | Jeff Ames | 2009-03-31 02:00:33 +0000 |
---|---|---|
committer | Jeff Ames | 2009-03-31 02:00:33 +0000 |
commit | 54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b (patch) | |
tree | f0bf3e10df71075f7a3d9552578679fe0cfdd477 /bin/OpenSim.ini.example | |
parent | Committing the changed binaries to get jhurliman's patch into our repo (diff) | |
download | opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.zip opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.tar.gz opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.tar.bz2 opensim-SC_OLD-54ccca1e2cb8af5d0fdc420f64574a7d7b13c94b.tar.xz |
Update svn properties, add copyright header, formatting cleanup.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 47a3d3e..9937cb9 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -198,7 +198,7 @@ | |||
198 | 198 | ||
199 | ;WorldMapModule = "WorldMap" | 199 | ;WorldMapModule = "WorldMap" |
200 | ;MapImageModule = "MapImageModule" | 200 | ;MapImageModule = "MapImageModule" |
201 | 201 | ||
202 | ; ## | 202 | ; ## |
203 | ; ## Customized Cache Implementation | 203 | ; ## Customized Cache Implementation |
204 | ; ## | 204 | ; ## |
@@ -231,8 +231,8 @@ | |||
231 | 231 | ||
232 | [Communications] | 232 | [Communications] |
233 | 233 | ||
234 | ;InterregionComms = "LocalComms" | 234 | ;InterregionComms = "LocalComms" |
235 | InterregionComms = "RESTComms" | 235 | InterregionComms = "RESTComms" |
236 | 236 | ||
237 | [StandAlone] | 237 | [StandAlone] |
238 | accounts_authenticate = true | 238 | accounts_authenticate = true |
@@ -579,16 +579,16 @@ InterregionComms = "RESTComms" | |||
579 | 579 | ||
580 | 580 | ||
581 | [RestHandler] | 581 | [RestHandler] |
582 | ; Change this to true to enable the REST Asset and Inventory Plugin | 582 | ; Change this to true to enable the REST Asset and Inventory Plugin |
583 | enabled = false | 583 | enabled = false |
584 | authenticate=true | 584 | authenticate = true |
585 | secured=true | 585 | secured = true |
586 | extended-escape=true | 586 | extended-escape = true |
587 | realm=OpenSim REST | 587 | realm = OpenSim REST |
588 | dump-asset=false | 588 | dump-asset = false |
589 | path-fill=true | 589 | path-fill = true |
590 | dump-line-size=32 | 590 | dump-line-size = 32 |
591 | flush-on-error=true | 591 | flush-on-error = true |
592 | 592 | ||
593 | 593 | ||
594 | ; Uncomment the following for IRC bridge | 594 | ; Uncomment the following for IRC bridge |
@@ -1122,16 +1122,16 @@ InterregionComms = "RESTComms" | |||
1122 | ; default is false | 1122 | ; default is false |
1123 | enabled = false | 1123 | enabled = false |
1124 | 1124 | ||
1125 | ; Channel on which to signal region readiness through a message | 1125 | ; Channel on which to signal region readiness through a message |
1126 | ; formatted as follows: "{server_startup|oar_file_load},{0|1},n,[oar error]" | 1126 | ; formatted as follows: "{server_startup|oar_file_load},{0|1},n,[oar error]" |
1127 | ; - the first field indicating whether this is an initial server startup | 1127 | ; - the first field indicating whether this is an initial server startup |
1128 | ; - the second field is a number indicating whether the OAR file loaded ok (1 == ok, 0 == error) | 1128 | ; - the second field is a number indicating whether the OAR file loaded ok (1 == ok, 0 == error) |
1129 | ; - the third field is a number indicating how many scripts failed to compile | 1129 | ; - the third field is a number indicating how many scripts failed to compile |
1130 | ; - "oar error" if supplied, provides the error message from the OAR load | 1130 | ; - "oar error" if supplied, provides the error message from the OAR load |
1131 | channel_notify = -800 | 1131 | channel_notify = -800 |
1132 | 1132 | ||
1133 | 1133 | ||
1134 | [MRM] | 1134 | [MRM] |
1135 | ; Enables the Mini Region Modules Script Engine. WARNING: SECURITY RISK. | 1135 | ; Enables the Mini Region Modules Script Engine. WARNING: SECURITY RISK. |
1136 | ; default is false | 1136 | ; default is false |
1137 | Enabled = false | 1137 | Enabled = false |