Add example env files and fixup setup instructions
This commit is contained in:
parent
0a012d75af
commit
054582103b
3 changed files with 65 additions and 4 deletions
15
frontend/.env.example
Normal file
15
frontend/.env.example
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Base of frontend URLs
|
||||
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=
|
Loading…
Add table
Add a link
Reference in a new issue