CHAGE DOMAIN env var to BASEURL to remove hardcoded protocol references and easier for local testing
This commit is contained in:
parent
51224453b3
commit
1be4255041
2 changed files with 22 additions and 23 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue