From ae49f542ba3780a34760827abcac5b98279ecea8 Mon Sep 17 00:00:00 2001 From: Matej Kramny Date: Tue, 24 Mar 2015 18:17:18 +0000 Subject: [PATCH] fix readme table --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bb50b805..6eeeafa8 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,8 @@ Environment Variables Use these variables to override the config. -+---------------+------------------------+---------------------------------+ | Variable Name | Description | Default Value | -+---------------+------------------------+---------------------------------+ +| ------------- | ---------------------- | ------------------------------- | | PORT | Web Port | `80` | | REDIS_PORT | Redis Port | `6379` | | REDIS_HOST | Redis Hostname | `127.0.0.1` | @@ -58,7 +57,6 @@ Use these variables to override the config. | SMTP_USER | Mandrill smtp username | | | SMTP_PASS | Mandrill smtp password | | | MONGODB_URL | Mongodb URL | `mongodb://127.0.0.1/semaphore` | -+---------------+------------------------+---------------------------------+ Note to Ansible guys --------------------