diff options
Diffstat (limited to '.config.php.example')
| -rw-r--r-- | .config.php.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config.php.example b/.config.php.example new file mode 100644 index 0000000..dd6d3fe --- /dev/null +++ b/.config.php.example @@ -0,0 +1,7 @@ +<?php +error_reporting(E_ALL); + +define('UPLOAD_URL', 'https://g.hostfil.es/'); +define('UPLOAD_DIR', '/var/www/files/'); +define('NOTIFICATION_ADDRESS', '127.0.0.1'); +define('NOTIFICATION_PORT', 1234); |
