Ver código fonte

- fixed README.md with new env variable names.

Alexander 4 anos atrás
pai
commit
cc2fd84d28
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -19,13 +19,13 @@ Requests are cached for quick testing using VCR.py located at `rival_regions_wra
 If you run in problems with testing you are advised to them run again after remvong the cassettes directory.
 
 The tests read login credentials from the following environment variables:
-`LOGIN_METHOD`, `USERNAME`, `PASSWORD`.
+`RR_LOGIN_METHOD`, `RR_USERNAME`, `RR_PASSWORD`.
 You can set those by creating an file named `.env` with te following:
 
 ```
-LOGIN_METHOD=PLACEHOLDER
-USERNAME=PLACEHOLDER
-PASSWORD=PLACEHOLDER
+RR_LOGIN_METHOD=PLACEHOLDER
+RR_USERNAME=PLACEHOLDER
+RR_PASSWORD=PLACEHOLDER
 ```
 
 Replace `PLACEHOLDER` with your credentials.