.env.development 391 B

123456789101112
  1. VITE_APP_BASE_API=http://127.0.0.1:8000
  2. VITE_APP_BASE_URL=http://127.0.0.1:8000
  3. # https://docs.antdv-pro.com/guide/server.html
  4. # The following api is requested when the request parameter includes customDev
  5. VITE_APP_BASE_API_DEV=/dev-api
  6. VITE_APP_BASE_URL_DEV=http://127.0.0.1:8000/api
  7. VITE_APP_LOAD_ROUTE_WAY=BACKEND
  8. # The title of your application (string)
  9. VITE_GLOB_APP_TITLE="N-Admin"