diff --git a/cmdb-ui/.env b/cmdb-ui/.env index b17c83b5..f9596a2f 100644 --- a/cmdb-ui/.env +++ b/cmdb-ui/.env @@ -1,6 +1,6 @@ NODE_ENV=production VUE_APP_PREVIEW=false -VUE_APP_API_BASE_URL=/api +VUE_APP_API_BASE_URL=http://127.0.0.1:5000/api VUE_APP_BUILD_PACKAGES="ticket,calendar,acl" VUE_APP_IS_OUTER=true VUE_APP_IS_OPEN_SOURCE=true diff --git a/docs/README_en.md b/docs/README_en.md index 03dc4605..3f41b9ea 100644 --- a/docs/README_en.md +++ b/docs/README_en.md @@ -1,5 +1,6 @@

Simple, lightweight, and versatile operational CMDB

+

License: GPLv3 UI @@ -98,4 +99,3 @@ docker compose up -d 4. Push to the branch (`git push origin my-feature`) 5. Create new Pull Request ----