Update config.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent bbc9fe33c3
commit aea70ec934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ $password = getenv('ADMIN_PASSWORD') or 'password';
// App // App
$appname = getenv('APP_NAME') or 'AnonUpload - Secure File Sharing'; $appname = getenv('APP_NAME') or 'AnonUpload - Secure File Sharing';
$appdesc = getenv('APP_DESC') or 'Secure and anonymous file sharing'; $appdesc = getenv('APP_DESC') or 'Secure and anonymous file sharing';
$applogo = getenv('APP_LOGO_IMAGE') or 'assets/images/logo.png'; $applogo = getenv('APP_LOGO_IMAGE') or = 'assets/images/logo.png';
// Plausible analytics // Plausible analytics
$plausible = getenv('PLAUSIBLE_DOMAIN'); $plausible = getenv('PLAUSIBLE_DOMAIN');

Loading…
Cancel
Save