fix vite url and proxy_pass url
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# RideAware UI Environment Configuration
|
||||
|
||||
# API URL - Set this to override the default
|
||||
# Development default: http://127.0.0.1:5010
|
||||
# Production default: https://dev-api.rideaware.org
|
||||
VUE_APP_API_URL=http://127.0.0.1:5010
|
||||
|
||||
# Trainer App URL
|
||||
VUE_APP_TRAINER_URL=http://localhost:5173
|
||||
Reference in New Issue
Block a user