mirror of
https://github.com/yattee/yattee.git
synced 2026-02-19 09:19:46 +00:00
16 lines
470 B
Plaintext
16 lines
470 B
Plaintext
# Yattee UI Test Configuration
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Invidious credentials for UI tests (required for import_subscriptions tests)
|
|
INVIDIOUS_EMAIL=
|
|
INVIDIOUS_PASSWORD=
|
|
|
|
# Piped credentials for UI tests (required for import tests)
|
|
PIPED_USERNAME=
|
|
PIPED_PASSWORD=
|
|
|
|
# Optional: Override default test URLs
|
|
# YATTEE_SERVER_URL=https://yp.home.arekf.net
|
|
# INVIDIOUS_URL=https://invidious.home.arekf.net
|
|
# PIPED_URL=https://pipedapi.home.arekf.net
|