Skip to content

Commit

Permalink
0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jul 8, 2021
1 parent 7c4e8f6 commit dbb0702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BackEnd/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ORTHANC_PORT = 8042
ORTHANC_USERNAME = 'orthanc'
ORTHANC_PASSWORD = 'orthanc'

REDIS_HOST=''
REDIS_HOST='localhost'
REDIS_PORT=6379
REDIS_PASSWORD=''

Expand Down
2 changes: 1 addition & 1 deletion FrontEnd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion FrontEnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orthanctoolsjsfront",
"version": "0.6.7",
"version": "0.6.14",
"proxy": "http://localhost:4000",
"private": true,
"dependencies": {
Expand Down

0 comments on commit dbb0702

Please sign in to comment.