Skip to content

Commit

Permalink
delete unnecessary envs (owncloud#9828)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor authored and LukasHirt committed Oct 25, 2023
1 parent fec0e33 commit 296b655
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,6 @@ def ocisService(type, tika_enabled = False):
"WEB_ASSET_PATH": "%s/dist" % dir["web"],
"FRONTEND_SEARCH_MIN_LENGTH": "2",
"FRONTEND_OCS_ENABLE_DENIALS": True,
"FRONTEND_AUTO_ACCEPT_SHARES": True,
"FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST": "%s/tests/drone/banned-passwords.txt" % dir["web"],
}
if type == "app-provider":
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
FRONTEND_OCS_ENABLE_DENIALS: "true"
FRONTEND_FULL_TEXT_SEARCH_ENABLED: "true"
FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST: '/etc/ocis/password-policy-banned-passwords.txt'
FRONTEND_AUTO_ACCEPT_SHARES: "true"

# IDM
IDM_CREATE_DEMO_USERS: "${DEMO_USERS:-true}"
Expand Down

0 comments on commit 296b655

Please sign in to comment.