You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contents/docs/self-host/configure/environment-variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Some variables here are default Django variables. This [Django Docs page](https:
74
74
|`STATSD_PREFIX`| Prefix to be prepended to all stats used by StatsD. Useful for distinguishing environments using the same server. |_Empty_|
75
75
|`CLEAR_CLICKHOUSE_REMOVED_DATA_SCHEDULE_CRON`| When data is (asynchronously) deleted from the events table |`0 5 * * SAT`|
76
76
|`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`|
0 commit comments