Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
set OCIS_INSECURE when starting ocis
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it committed Apr 8, 2022
1 parent 4714668 commit e74102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def ocisService():
"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",
"OCIS_INSECURE": "true",
"ACCOUNTS_DATA_PATH": "/srv/app/tmp/ocis-accounts/",
"PROXY_ENABLE_BASIC_AUTH": True,
"OCIS_LOG_LEVEL": "debug",
Expand Down

0 comments on commit e74102c

Please sign in to comment.