Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pycook committed Dec 3, 2024
2 parents 191ce95 + ff9fb85 commit f5b5f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmdb-ui/.env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/README_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<h2 align="center">Simple, lightweight, and versatile operational CMDB</h2>

<p align="center">
<a href="https://github.com/veops/cmdb/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-AGPLv3-brightgreen" alt="License: GPLv3"></a>
<a href="https:https://github.com/sendya/ant-design-pro-vue"><img src="https://img.shields.io/badge/UI-Ant%20Design%20Pro%20Vue-brightgreen" alt="UI"></a>
Expand Down Expand Up @@ -98,4 +99,3 @@ docker compose up -d
4. Push to the branch (`git push origin my-feature`)
5. Create new Pull Request

---

0 comments on commit f5b5f00

Please sign in to comment.