mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
# Change if you put the built files to a sub directory. e.g. /admin/
|
|
BASE_URL=/admin/
|
|
|
|
# Your backend restful api base url, end with slash `/`
|
|
VUE_APP_API_URL=/admin/api/
|
|
|
|
|