Skip to content

Commit

Permalink
Updated readme and app's context path to /.
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Nov 5, 2023
1 parent 6d3fd8e commit 1861059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the auto-generated documentation is available at
You can also build and run the docker image as follows

You need to pass `SIFGRAPH_DATA` URL and (if `file:`) mount a local file to the container FS as
read-only volume (or the app will load test/demo data from its classpath by default).
read-only volume (otherwise, it loads test/demo data from classpath, which e.g. contains interactions of "BMP2").


```commandline
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server.port=8080
server.servlet.context-path = /sifgraph
#server.servlet.context-path = /sifgraph
#server.error.whitelabel.enabled = false
# * - enables all actuator endpoints (e.g. /sifgraph/actuator/info)
# * - enables all actuator endpoints (e.g. /actuator/info)
management.endpoints.web.exposure.include=health
#management.endpoints.web.exposure.exclude=

Expand Down

0 comments on commit 1861059

Please sign in to comment.