Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Jul 19, 2024
1 parent 911d9eb commit 218b498
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,8 @@ ENABLE_PHONE_SIGNUP=true
ENABLE_PHONE_AUTOCONFIRM=true

## Templates
MAILER_TEMPLATES_INVITE='<h2>You have been invited</h2>

<p>
You have been invited to create a user on https://client.example.com Follow this link to
accept the invite:
</p>
<p><a href="https://client.example.com/reset-password">Accept the invite</a></p>'

MAILER_TEMPLATES_RECOVERY='<h2>Reset Password</h2>

<p>Follow this link to reset the password for your user:</p>
<p><a href="https://client.example.com/reset-password">Reset Password</a></p>'
# MAILER_TEMPLATES_INVITE=<url for invite template>
# MAILER_TEMPLATES_RECOVERY=<url for reset template>

############
# Studio - Configuration for the Dashboard
Expand All @@ -90,7 +80,7 @@ STUDIO_DEFAULT_PROJECT="Default Project"

STUDIO_PORT=3000
# replace if you intend to use Studio outside of localhost
SUPABASE_PUBLIC_URL="${SITE_URL}"
SUPABASE_PUBLIC_URL="${API_EXTERNAL_URL}"

# Enable webp support
IMGPROXY_ENABLE_WEBP_DETECTION=true
Expand Down

0 comments on commit 218b498

Please sign in to comment.