diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5005741..28a32cf 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -349,14 +349,28 @@ access_password = unknown | |||
349 | region_file_template = "{0}x{1}-{2}.xml" | 349 | region_file_template = "{0}x{1}-{2}.xml" |
350 | 350 | ||
351 | [RestPlugins] | 351 | [RestPlugins] |
352 | ; Change this to true to enable REST Plugins. This must be true if you wish to use | ||
353 | ; REST Region or REST Asset and Inventory Plugins | ||
352 | enabled = false | 354 | enabled = false |
353 | password = unknown | 355 | password = unknown |
354 | prefix = /admin | 356 | prefix = /admin |
355 | 357 | ||
356 | 358 | ||
357 | [RestRegionPlugin] | 359 | [RestRegionPlugin] |
360 | ; Change this to true to enable the REST Region Plugin | ||
358 | enabled = false | 361 | enabled = false |
359 | 362 | ||
363 | [RestHandler] | ||
364 | ; Change this to true to enable the REST Asset and Inventory Plugin | ||
365 | enabled = false | ||
366 | authenticate=true | ||
367 | secured=true | ||
368 | extended-escape=true | ||
369 | realm=OpenSim REST | ||
370 | dump-asset=false | ||
371 | path-fill=true | ||
372 | dump-line-size=32 | ||
373 | flush-on-error=true | ||
360 | 374 | ||
361 | ; Uncomment the following for IRC bridge | 375 | ; Uncomment the following for IRC bridge |
362 | ; experimental, so if it breaks... keep both parts... yada yada | 376 | ; experimental, so if it breaks... keep both parts... yada yada |