fix redis url in README

This commit is contained in:
HF 2020-01-09 19:18:11 +01:00
parent 8be7d8ce41
commit 2ecf670db7

View File

@ -66,7 +66,7 @@ Configuration takes place in the environment variables that are defined in ecosy
| Variable | Description | Example |
|----------------|:-------------------------|------------------------:|
| PORT | Port | 80 |
| REDIS_URL | URL:PORT of redis server | "http://localhost:6379" |
| REDIS_URL | URL:PORT of redis server | "redis://localhost:6379" |
| MYSQL_HOST | MySql Host | "localhost" |
| MYSQL_USER | MySql User | "user" |
| MYSQL_PW | MySql Password | "password" |