Skip to content

Commit

Permalink
Test: fix keyshare and myirmaserver test configuration for Docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Oct 25, 2023
1 parent 6a759bc commit be5f600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testdata/configurations/keyshareserver.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
verbose: 2

schemes_path: testdata/irma_configuration
schemes_assets_path: testdata/irma_configuration # To prevent assets from Docker image to be used
schemes_update: 0
privkeys: testdata/privatekeys
url: http://localhost:8080/
Expand Down
1 change: 1 addition & 0 deletions testdata/configurations/myirmaserver.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
verbose: 2

schemes_path: testdata/irma_configuration
schemes_assets_path: testdata/irma_configuration # To prevent assets from Docker image to be used
schemes_update: 0
url: http://localhost:port/
port: 8081
Expand Down

0 comments on commit be5f600

Please sign in to comment.