diff --git a/docker/.env.example b/docker/.env.example index 533e05d..f562c48 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -68,18 +68,8 @@ ENABLE_PHONE_SIGNUP=true ENABLE_PHONE_AUTOCONFIRM=true ## Templates -MAILER_TEMPLATES_INVITE='

You have been invited

- -

- You have been invited to create a user on https://client.example.com Follow this link to - accept the invite: -

-

Accept the invite

' - -MAILER_TEMPLATES_RECOVERY='

Reset Password

- -

Follow this link to reset the password for your user:

-

Reset Password

' +# MAILER_TEMPLATES_INVITE= +# MAILER_TEMPLATES_RECOVERY= ############ # Studio - Configuration for the Dashboard @@ -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