Files
fastapi-admin/front/.env.development.local.example
2020-04-11 15:03:21 +08:00

14 lines
407 B
Plaintext

# copy this file to `.env.development.local` to config the api url
# Change if you put the built files to a sub directory. e.g. /admin/
PRODUCTION_BASE_URL=/
# Your backend restful api base url, end with slash `/`
# for example
# VUE_APP_API_URL=http://localhost:3333/admin/api/
# this is the built-in test api server, use `npm run test-api` to run it.
VUE_APP_API_URL=http://localhost:8088/admin/api/