Explorar el Código

- fixed README.md with new env variable names.

Alexander hace 4 años
padre
commit
cc2fd84d28
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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.
 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:
 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:
 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.
 Replace `PLACEHOLDER` with your credentials.