10 lines
360 B
Bash
10 lines
360 B
Bash
|
|
# Test credentials for the WebDAV drive-root variant runner — NOT real secrets.
|
||
|
|
# Runs on a separate port from tests/api and tests/webdav so a
|
||
|
|
# `just api-test` chain doesn't collide when the previous runner's
|
||
|
|
# teardown is still in progress.
|
||
|
|
base_url=http://localhost:8089
|
||
|
|
username=admin
|
||
|
|
email=admin@example.com
|
||
|
|
# gitguardian:ignore
|
||
|
|
password=TestPassword1!
|