Skip to content

Commit efaef89

Browse files
authored
docs: add OBJECT_STORAGE_PUBLIC_ENDPOINT environment variable
1 parent 2441a17 commit efaef89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contents/docs/self-host/configure/environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Some variables here are default Django variables. This [Django Docs page](https:
7474
| `STATSD_PREFIX` | Prefix to be prepended to all stats used by StatsD. Useful for distinguishing environments using the same server. | _Empty_ |
7575
| `CLEAR_CLICKHOUSE_REMOVED_DATA_SCHEDULE_CRON` | When data is (asynchronously) deleted from the events table | `0 5 * * SAT` |
7676
| `LOG_LEVEL` | The log level for the plugin server. | `info` |
77+
| `OBJECT_STORAGE_PUBLIC_ENDPOINT` | Public-facing endpoint used for generating presigned URLs. Required when the internal object storage endpoint differs from the externally accessible URL (common in hobby deployments behind a reverse proxy). | Defaults to `OBJECT_STORAGE_ENDPOINT` |
7778

7879
## Instance settings
7980

0 commit comments

Comments
 (0)