fractaledmind / litestream-ruby

MIT License
71 stars 6 forks source link

Default to Rails Credentials over ENV Variables #8

Closed richjdsmith closed 6 months ago

richjdsmith commented 6 months ago

Using rails credentials over environment variables follows rails standards, and works better in a team environment.

I know I can easily update the litestream.yml, but if there is any interest from @fractaledmind, I'll put together a PR to switch it to credentials, and update the documentation.

richjdsmith commented 6 months ago

Ignore that! just reading the initializer and following the logic! I may pull a request to update documentation mildly to expand on it, but for now, ignore me!