mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 18:04:45 +10:00
docs: update .env.example with storage url suffix, closes #1562
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ __DEV__ARTBOARD_URL=http://localhost:6173 # Only used in development
|
|||||||
# URLs
|
# URLs
|
||||||
# These URLs must reference a publicly accessible domain or IP address, not a docker container ID (depending on your compose setup)
|
# 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
|
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)
|
# Database (Prisma/PostgreSQL)
|
||||||
# This can be swapped out to use any other database, like MySQL
|
# This can be swapped out to use any other database, like MySQL
|
||||||
@@ -64,7 +64,7 @@ CROWDIN_PROJECT_ID=
|
|||||||
CROWDIN_PERSONAL_TOKEN=
|
CROWDIN_PERSONAL_TOKEN=
|
||||||
|
|
||||||
# Email (Optional)
|
# Email (Optional)
|
||||||
# DISABLE_EMAIL_AUTH=false
|
# DISABLE_EMAIL_AUTH=true
|
||||||
|
|
||||||
# GitHub (OAuth, Optional)
|
# GitHub (OAuth, Optional)
|
||||||
# GITHUB_CLIENT_ID=
|
# GITHUB_CLIENT_ID=
|
||||||
|
|||||||
Reference in New Issue
Block a user