Sha256: 7d0c6ea17bf5615a8bcb768c59e6ea75594474392ea5e1b64d5b18b8b0839f0b
Contents?: true
Size: 833 Bytes
Versions: 115
Compression:
Stored size: 833 Bytes
Contents
# This is the actual configuration file for litestream. # # You can either use the generated `config/initializers/litestream.rb` # file to configure the litestream-ruby gem, which will populate these # ENV variables when using the `rails litestream:replicate` command. # # Or, if you prefer, manually manage ENV variables and this configuration file. # In that case, simply ensure that the ENV variables are set before running the # `replicate` command. # # For more details, see: https://litestream.io/reference/config/ dbs: <%- production_sqlite_databases.each do |database| -%> - path: <%= database %> replicas: - type: s3 bucket: $LITESTREAM_REPLICA_BUCKET path: <%= database %> access-key-id: $LITESTREAM_ACCESS_KEY_ID secret-access-key: $LITESTREAM_SECRET_ACCESS_KEY <%- end -%>
Version data entries
115 entries across 115 versions & 1 rubygems