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.
3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
# Credentials
|
|
CRED_USERNAME="username"
|
|
CRED_PASSWORD="password" |