8 lines
No EOL
229 B
Text
8 lines
No EOL
229 B
Text
# Base url for the API requests
|
|
NEXT_PUBLIC_API_BASE_URL=""
|
|
# Public boards deploy URL
|
|
NEXT_PUBLIC_DEPLOY_URL=""
|
|
# Google Client ID for Google OAuth
|
|
NEXT_PUBLIC_GOOGLE_CLIENTID=""
|
|
# Flag to toggle OAuth
|
|
NEXT_PUBLIC_ENABLE_OAUTH=1 |