chore: add the env example files (#2078)

This commit is contained in:
Aaryan Khandelwal 2023-09-04 15:59:51 +05:30 committed by GitHub
parent ccbb54bb87
commit 59b69d3072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 1 deletions

View file

@ -1 +1,8 @@
NEXT_PUBLIC_API_BASE_URL=''
# Base url for the API requests
NEXT_PUBLIC_API_BASE_URL=""
# Public boards deploy URL
NEXT_PUBLIC_DEPLOY_URL="https://plane-space-dev.vercel.app"
# Google Client ID for Google OAuth
NEXT_PUBLIC_GOOGLE_CLIENTID=232920797020-235n93bn7hh7628vdd69hq873129ng4o.apps.googleusercontent.com
# Flag to toggle OAuth
NEXT_PUBLIC_ENABLE_OAUTH=1