Files
luxtools-plugin/conf/default.php
2026-01-05 13:05:21 +01:00

15 lines
289 B
PHP

<?php
/**
* Options for the filetools plugin
*/
$conf['paths'] = '';
$conf['allow_in_comments'] = 0;
$conf['defaults'] = '';
$conf['extensions'] = '';
// Local opener service used by {{open>...}}.
$conf['open_service_url'] = 'http://127.0.0.1:8765';
$conf['open_service_token'] = '';