Chen, Jackie | 63b197b | 2020-06-15 14:28:29 -0400 | [diff] [blame] | 1 | #if using dotenv change file name to .env and set env variables below |
2 | USER=String | ||||
3 | PW=String | ||||
4 | AUTH=Boolean | ||||
5 | PROXY=Boolean | ||||
6 | HTTP=String | ||||
7 | HTTPS=String | ||||
8 | API_URL=String | ||||
9 | API_PORT=Int |