Rename demo users

See https://github.com/opencloud-eu/internal/issues/42
This commit is contained in:
Klaas Freitag
2025-01-28 18:03:12 +01:00
parent 9cf6275adb
commit 669ad7c769
16 changed files with 167 additions and 195 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ WIDTH=${WIDTH:-10}
OC_URL=${OC_URL:-https://localhost:9200}
ENDPOINT=${ENDPOINT:-/webdav}
FOLDER=${FOLDER:-w$WIDTH x d$DEPTH folders}
USER=${USER:-einstein}
PASSWORD=${PASSWORD:-relativity}
USER=${USER:-alan}
PASSWORD=${PASSWORD:-demo}
CURL_OPTS=${CURL_OPTS:--k}
COUNT=0