Files
supabase/apps/www/.env
2022-04-30 00:19:43 +08:00

7 lines
245 B
Bash

# this is a public env file
# do not use secrets in this file
# Replace this URL with the URL of your blog app
NEXT_PUBLIC_URL="https://localhost:3000"
NEXT_PUBLIC_DOCS_URL="http://localhost:3005"
NEXT_PUBLIC_STUDIO_URL="https://localhost:8082"