Skip to content

Commit 1e8b95f

Browse files
committed
Fix corrupted .env.production file with clean content
1 parent 9fa19ad commit 1e8b95f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

editor/.env.production

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)