mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-12 20:52:42 +00:00
Fix Playwright test conf and update deps (#6176)
This commit is contained in:
parent
8e7eeab293
commit
7f386d38ae
4 changed files with 508 additions and 461 deletions
|
@ -52,7 +52,7 @@ DUMMY_AUTHORITY=http://${KC_HTTP_HOST}:${KC_HTTP_PORT}/realms/${DUMMY_REALM}
|
|||
# Vaultwarden Config #
|
||||
######################
|
||||
ROCKET_PORT=8003
|
||||
DOMAIN=http://127.0.0.1:${ROCKET_PORT}
|
||||
DOMAIN=http://localhost:${ROCKET_PORT}
|
||||
LOG_LEVEL=info,oidcwarden::sso=debug
|
||||
LOGIN_RATELIMIT_MAX_BURST=100
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue