Skip to content

Commit

Permalink
[Tests-Only] set reva storage data url in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpakach committed May 21, 2020
1 parent 5d854ff commit 2c42c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ def revaService():
'REVA_STORAGE_OWNCLOUD_DATADIR': '/srv/app/tmp/reva/data',
'REVA_STORAGE_OC_DATA_TEMP_FOLDER': '/srv/app/tmp/',
'REVA_STORAGE_OC_DATA_URL': 'reva:9164',
'REVA_STORAGE_OC_DATA_SERVER_URL': 'http://reva:9164/data',
'REVA_OIDC_ISSUER': 'https://konnectd:9130',
'REVA_USERS_DRIVER': 'ldap',
'REVA_LDAP_HOSTNAME': 'ldap',
Expand Down

0 comments on commit 2c42c42

Please sign in to comment.