From 2ecf670db7638278b9193cecf8cf4a15ff5ec1f3 Mon Sep 17 00:00:00 2001 From: HF Date: Thu, 9 Jan 2020 19:18:11 +0100 Subject: [PATCH] fix redis url in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4361fae7..2b19240d 100644 --- a/README.md +++ b/README.md @@ -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" |