Skip to content

Commit f5b5f00

Browse files
committed
fix: merge conflicts
2 parents 191ce95 + ff9fb85 commit f5b5f00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmdb-ui/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NODE_ENV=production
22
VUE_APP_PREVIEW=false
3-
VUE_APP_API_BASE_URL=/api
3+
VUE_APP_API_BASE_URL=http://127.0.0.1:5000/api
44
VUE_APP_BUILD_PACKAGES="ticket,calendar,acl"
55
VUE_APP_IS_OUTER=true
66
VUE_APP_IS_OPEN_SOURCE=true

docs/README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
<h2 align="center">Simple, lightweight, and versatile operational CMDB</h2>
3+
34
<p align="center">
45
<a href="https://github.com/veops/cmdb/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-AGPLv3-brightgreen" alt="License: GPLv3"></a>
56
<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>
@@ -98,4 +99,3 @@ docker compose up -d
9899
4. Push to the branch (`git push origin my-feature`)
99100
5. Create new Pull Request
100101

101-
---

0 commit comments

Comments
 (0)