Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
do not use proxy urls for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Jun 25, 2020
1 parent ba63325 commit 811672b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ def testing(ctx):
'REVA_STORAGE_OWNCLOUD_REDIS_ADDR': 'redis:6379',
'REVA_SHARING_USER_JSON_FILE': '/srv/app/tmp/reva/shares.json',
'REVA_OIDC_ISSUER': 'https://konnectd:9130',
'REVA_FRONTEND_URL': 'http://localhost:9140',
'REVA_DATAGATEWAY_URL': 'http://localhost:9140/data',
},
'commands': [
'mkdir -p /srv/app/tmp/reva',
Expand Down

0 comments on commit 811672b

Please sign in to comment.