Files
Jump/jumpapp/config.php
2022-02-04 10:47:59 +00:00

9 lines
367 B
PHP

<?php
// Edit the configuration below to suit your requirements.
return [
'sitename' => getenv('SITENAME') ?: 'Jump',
'wwwroot' => getenv('WWWROOT') ?: '/var/www/html',
'cachebypass' => getenv('CACHEBYPASS') ?: false,
'cachedir' => getenv('CACHEDIR') ?: '/var/www/cache',
'noindex' => getenv('NOINDEX') ?: true,
];