File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # ###########################################
2+ # Backend & Auth Base URLs (Dev Environment)
3+ # ###########################################
4+ VITE_BACKEND_BASE_URL = https://dr-cloud-api-dev.trackmangolfdev.com
5+ VITE_LOGIN_BASE_URL = https://tm-login-dev.trackmangolfdev.com
6+
7+ # ###########################################
8+ # OAuth Client Credentials (Set via Azure App Service Environment Variables)
9+ # ###########################################
10+ # VITE_OAUTH_CLIENT_ID - Set in Azure App Service
11+ # VITE_OAUTH_CLIENT_SECRET - Set in Azure App Service (NEVER commit secrets to GitHub!)
12+
13+ # ###########################################
14+ # Environment
15+ # ###########################################
16+ VITE_NODE_ENV = production
You can’t perform that action at this time.
0 commit comments