openstackid/config/jobs.php

4 lines
93 B
PHP

<?php
return [
'spam_processing_enabled' => env('JOBS_SPAM_PROCESSING_ENABLED', false)
];