Sha256: 3515122e1a9d6aa2917e693b1bb8cfcb32dc126a689340f368ff73a31065de22
Contents?: true
Size: 719 Bytes
Versions: 11
Compression:
Stored size: 719 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: - path: $LITESTREAM_DATABASE_PATH replicas: - url: $LITESTREAM_REPLICA_URL access-key-id: $LITESTREAM_ACCESS_KEY_ID secret-access-key: $LITESTREAM_SECRET_ACCESS_KEY
Version data entries
11 entries across 11 versions & 1 rubygems