Skip to content

Commit

Permalink
Trying highlighting for env files (dotenv)
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Dec 12, 2023
1 parent 01dd23b commit dd0a7f0
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 @@ -49,7 +49,7 @@ Knockoff.enabled = true # NOTE: Consider adding ENV based disabling

Configuration is done using ENV properties. This makes it easy to add and remove replicas at runtime (or to fully disable if needed). First, set up ENV variables pointing to your replica databases. Consider using the [dotenv](https://github.com/bkeepers/dotenv) gem for manging ENV variables.

```
```dotenv
# .env
REPLICA_1=postgres://username:password@localhost:5432/database_name
Expand Down

0 comments on commit dd0a7f0

Please sign in to comment.