diff options
| author | 2026-06-24 03:22:20 -0400 | |
|---|---|---|
| committer | 2026-06-24 03:22:20 -0400 | |
| commit | 1246a277c17d8b600f9c9b1de7a12ae6fb6da962 (patch) | |
| tree | 9703871809d1f799c1e690f8fd11805c8b8b0f66 /.config.php.example | |
init
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); |
