CHAGE DOMAIN env var to BASEURL to remove hardcoded protocol references and easier for local testing

This commit is contained in:
Caffeine Fueled 2025-09-25 01:09:54 +02:00
parent 51224453b3
commit 1be4255041
Signed by: cf7
GPG key ID: CA295D643074C68C
2 changed files with 22 additions and 23 deletions

View file

@ -115,7 +115,7 @@ Use with reverse-proxy and HTTPS!
| Variable | Description | Default | Required |
|----------|-------------|---------|----------|
| `DOMAIN` | Domain name used in the application responses and examples | `linedump.com` | No |
| `BASEURL` | Base URL used in the application responses and examples | `http://127.0.0.1:8000` | No |
| `DESCRIPTION` | Application description displayed in the root endpoint | `CLI-only pastebin powered by linedump.com` | No |
| `MAX_FILE_SIZE_MB` | Maximum file size limit in megabytes | `50` | No |
| `RATE_LIMIT` | Rate limit for uploads (format: "requests/timeframe") | `50/hour` | No |