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

Version Path
litestream-0.3.3-x86_64-linux lib/litestream/generators/litestream/templates/config.yml
litestream-0.3.3-x86_64-darwin lib/litestream/generators/litestream/templates/config.yml
litestream-0.3.3-arm64-linux lib/litestream/generators/litestream/templates/config.yml
litestream-0.3.3-arm64-darwin lib/litestream/generators/litestream/templates/config.yml
litestream-0.3.3 lib/litestream/generators/litestream/templates/config.yml
litestream-0.3.2 lib/litestream/generators/litestream/templates/config.yml
litestream-0.3.1 lib/litestream/generators/litestream/templates/litestream.yml
litestream-0.3.1-x86_64-linux lib/litestream/generators/litestream/templates/litestream.yml
litestream-0.3.1-x86_64-darwin lib/litestream/generators/litestream/templates/litestream.yml
litestream-0.3.1-arm64-linux lib/litestream/generators/litestream/templates/litestream.yml
litestream-0.3.1-arm64-darwin lib/litestream/generators/litestream/templates/litestream.yml