Skip to content

Commit

Permalink
adapt to changed vars from owncloud/ocis#2598 and don't override data…
Browse files Browse the repository at this point in the history
…gateway address because of owncloud/ocis#2612
  • Loading branch information
wkloucek committed Oct 20, 2021
1 parent c8bb01b commit 327663f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1968,13 +1968,12 @@ def ocisService():
"OCIS_URL": "https://ocis:9200",
"STORAGE_HOME_DRIVER": "ocis",
"STORAGE_USERS_DRIVER": "ocis",
"STORAGE_DRIVER_OCIS_ROOT": "/srv/app/tmp/ocis/storage/users",
"STORAGE_DRIVER_LOCAL_ROOT": "/srv/app/tmp/ocis/local/root",
"STORAGE_DRIVER_OWNCLOUD_DATADIR": "/srv/app/tmp/ocis/owncloud/data",
"STORAGE_METADATA_ROOT": "/srv/app/tmp/ocis/metadata",
"STORAGE_USERS_DRIVER_LOCAL_ROOT": "/srv/app/tmp/ocis/local/root",
"STORAGE_USERS_DRIVER_OWNCLOUD_DATADIR": "/srv/app/tmp/ocis/owncloud/data",
"STORAGE_USERS_DRIVER_OCIS_ROOT": "/srv/app/tmp/ocis/storage/users",
"STORAGE_METADATA_DRIVER_OCIS_ROOT": "/srv/app/tmp/ocis/storage/metadata",
"STORAGE_SHARING_USER_JSON_FILE": "/srv/app/tmp/ocis/shares.json",
"PROXY_OIDC_INSECURE": "true",
"STORAGE_HOME_DATA_SERVER_URL": "http://ocis:9155/data",
"STORAGE_USERS_DATA_SERVER_URL": "http://ocis:9158/data",
"WEB_UI_CONFIG": "/srv/config/drone/config-ocis.json",
"WEB_ASSET_PATH": "%s/dist" % dir["web"],
"IDP_IDENTIFIER_REGISTRATION_CONF": "/srv/config/drone/identifier-registration.yml",
Expand Down

0 comments on commit 327663f

Please sign in to comment.