Skip to content

Commit

Permalink
Merge pull request #192 from manuelmeurer/fix-env-format-readme
Browse files Browse the repository at this point in the history
fix .env format in readme
  • Loading branch information
LuigiR0jas authored Oct 18, 2024
2 parents c2100c0 + 3a09bcf commit 5b30d74
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 @@ -31,7 +31,7 @@ Rails application that allows you to create and manage conferences. You can use

#### Feature Flags

You can enable features by using ENV variables. The ENV var key should follow the convention "#{feature_name}_ENABLED". For example, to enable the `litestream_backups` feature, add `ENV["LITESTREAM_BACKUP_ENABLED"]="true"` to your .env file. You can view all the available features in `app/models/feature.rb`.
You can enable features by using ENV variables. The ENV var key should follow the convention "#{feature_name}_ENABLED". For example, to enable the `litestream_backups` feature, add `LITESTREAM_BACKUP_ENABLED=true` to your .env file. You can view all the available features in `app/models/feature.rb`.

## Deployment

Expand Down

0 comments on commit 5b30d74

Please sign in to comment.