mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 14:05:05 +08:00
chore: add .env file to be public for /apps/www
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -79,6 +79,8 @@ typings/
|
|||||||
|
|
||||||
# dotenv environment variables file
|
# dotenv environment variables file
|
||||||
.env
|
.env
|
||||||
|
# excempt the apps/www .env
|
||||||
|
!apps/www/.env
|
||||||
.env.test
|
.env.test
|
||||||
.env.local
|
.env.local
|
||||||
.env.production
|
.env.production
|
||||||
|
|||||||
7
apps/www/.env
Normal file
7
apps/www/.env
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# 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"
|
||||||
Reference in New Issue
Block a user