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.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Credentials
|
||||
USERNAME="username"
|
||||
PASSWORD="password"
|
||||
CRED_USERNAME="username"
|
||||
CRED_PASSWORD="password"
|
||||
Reference in New Issue
Block a user