Skip to content

Commit

Permalink
fix table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Feb 2, 2024
1 parent aff13d4 commit 4257b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down

0 comments on commit 4257b7e

Please sign in to comment.