diff --git a/.env.example b/.env.example index d91824f3..035ccd2d 100644 --- a/.env.example +++ b/.env.example @@ -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=