Skip to content

Commit

Permalink
GUI updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Sep 27, 2023
1 parent fb58c82 commit 33925c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/GUI/etc/secondsight.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Second Sight - Data Driven Customer Success
# Configuration file
#
secondsight.banner = Second Sight 5.0.0
secondsight.banner = Second Sight 5.2.0

secondsight.auth.username = admin
secondsight.auth.password = admin
Expand Down
2 changes: 1 addition & 1 deletion contrib/GUI/secondsight-gui-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
container_name: "secondsight-gui"
restart: always
volumes:
- ./etc/secondsight.properties:/app/secondsight.properties
- ./etc/:/app/etc
depends_on:
init-db:
condition: service_completed_successfully
Expand Down
2 changes: 1 addition & 1 deletion contrib/GUI/secondsight-gui-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
container_name: "secondsight-gui"
restart: always
volumes:
- ./etc/secondsight.properties:/app/secondsight.properties
- ./etc:/app/etc
depends_on:
init-db:
condition: service_completed_successfully
Expand Down

0 comments on commit 33925c0

Please sign in to comment.