We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06d8e1 commit d0cd33aCopy full SHA for d0cd33a
1 file changed
Frontend/.env
@@ -0,0 +1,8 @@
1
+# API Configuration
2
+VITE_API_URL=http://localhost:3000/api
3
+VITE_APP_NAME=Code Review App
4
+
5
+# Development Settings
6
+VITE_DEV_MODE=true
7
+VITE_API_TIMEOUT=30000
8
+VITE_ENABLE_LOGS=true
0 commit comments