Skip to content

Commit

Permalink
Integrating UI Bug Fixes with Intersection Bezier
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Feb 29, 2024
1 parent dd85193 commit a268b3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion jpo-conflictvisualizer-api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
HELP.md
target/
bin/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
Expand All @@ -12,6 +13,7 @@ target/
.settings
.springBeans
.sts4-cache
*.class

### IntelliJ IDEA ###
.idea
Expand All @@ -33,4 +35,4 @@ build/
.vscode/

#Private data
**/application.properties

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

server.port=8081
spring.data.mongodb.database=ConflictMonitor
spring.data.mongodb.host=${DOCKER_HOST_IP:localhost}
spring.data.mongodb.host=${DB_HOST_IP:localhost}
spring.data.mongodb.port=27017
spring.data.mongodb.username=${CM_MONGO_API_USERNAME:api}
spring.data.mongodb.password=${CM_MONGO_API_PASSWORD:api}
Expand Down

0 comments on commit a268b3c

Please sign in to comment.