diff --git a/README.md b/README.md index cc34c39f..50b1ba2c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ In order to configure the application you can use the following ENV variables: > Make sure to configure at least the ones without a default value (empty). | ENV | Description | Default | -| --- | --- | +| --- | --- | --- | | `RAILS_ENV` | Define the rails environment (not necessary to setup unless you have some special requirements) | `production` | | `SECRET_KEY_BASE` | Secret key for the application, generate a new one with the command `rails secret` | | | `DATABASE_URL` | Database URL, the format is `postgresql://user:password@host:port/database` | |