docs: update .env.example with storage url suffix, closes #1562

This commit is contained in:
Amruth Pillai
2023-11-23 14:00:08 +01:00
parent 512f59f1e8
commit cd1704740e

View File

@ -15,7 +15,7 @@ __DEV__ARTBOARD_URL=http://localhost:6173 # Only used in development
# URLs
# These URLs must reference a publicly accessible domain or IP address, not a docker container ID (depending on your compose setup)
PUBLIC_URL=http://localhost:3000
STORAGE_URL=http://localhost:9000
STORAGE_URL=http://localhost:9000/default # default is the bucket name specified in the STORAGE_BUCKET variable
# Database (Prisma/PostgreSQL)
# This can be swapped out to use any other database, like MySQL
@ -64,7 +64,7 @@ CROWDIN_PROJECT_ID=
CROWDIN_PERSONAL_TOKEN=
# Email (Optional)
# DISABLE_EMAIL_AUTH=false
# DISABLE_EMAIL_AUTH=true
# GitHub (OAuth, Optional)
# GITHUB_CLIENT_ID=