Files
Jump/jumpapp/config.php

9 lines
367 B
PHP
Raw Normal View History

2022-02-04 09:53:55 +00:00
<?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,
];