12 lines
461 B
Bash
12 lines
461 B
Bash
# Test credentials for local/CI CalDAV client-driven tests — NOT real secrets.
|
|
#
|
|
# Uses a distinct port from api-test/webdav (8087) and webdav-drive-root
|
|
# (8089) so it can run concurrently with those suites if the developer
|
|
# opens multiple terminals. The orchestrator (`run-pycaldav.sh`) spawns
|
|
# its own postgres + server tied to this port.
|
|
base_url=http://localhost:8091
|
|
username=admin
|
|
email=admin@example.com
|
|
# gitguardian:ignore
|
|
password=TestPassword1!
|