mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 14:29:52 +01:00
15 lines
485 B
Text
15 lines
485 B
Text
# Base of frontend URLs (required)
|
|
PUBLIC_BASE_URL=http://localhost:5173
|
|
|
|
# Base of media URLs, required for avatars, pride flags, and data exports
|
|
# If using the provided nginx reverse proxy config, use `$PUBLIC_BASE_URL/media`
|
|
PUBLIC_MEDIA_URL=
|
|
|
|
# Base of shortened profile URLs (leave empty to disable)
|
|
PUBLIC_SHORT_BASE=
|
|
|
|
# hCaptcha configuration (leave empty to disable)
|
|
PUBLIC_HCAPTCHA_SITEKEY=
|
|
|
|
# Sentry configuration (unused in dev, required in production)
|
|
PRIVATE_SENTRY_DSN=
|