Go to the source code of this file.
Variables | |
| $config ['mail_from'] = '' | |
| Lokale Mail- und Token-Konfiguration für geschützte Downloads. | |
| $config ['token_secret'] = '' | |
| $config[ 'mail_from'] = '' |
Lokale Mail- und Token-Konfiguration für geschützte Downloads.
Diese Datei als config.local.php kopieren. token_secret benötigt einen installationsspezifischen Zufallswert, z. B. aus: php -r "echo bin2hex(random_bytes(32)), PHP_EOL;"
Definition at line 9 of file ownLoad/cfg/config.local.example.php.
| $config[ 'token_secret'] = '' |
Definition at line 10 of file ownLoad/cfg/config.local.example.php.