mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
14 lines
407 B
Plaintext
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/
|
|
|
|
|