Bifrost/.env.example
azures04 62b73e2a79 Update env variable names for credentials
Renamed USERNAME and PASSWORD to CRED_USERNAME and CRED_PASSWORD in .env.example and updated their usage in test.js to improve clarity and avoid potential conflicts.
2026-01-19 02:12:16 +01:00

3 lines
63 B
Plaintext

# Credentials
CRED_USERNAME="username"
CRED_PASSWORD="password"