litestream 0.3.0-arm64-linux → 0.3.1-arm64-linux
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58dedad365599f863bc7555cf520ecb26e59fe7578a6be5eea97e082a7c9dd61
|
4
|
+
data.tar.gz: bae105183b02d54a89fc5cbeacc7783ad6a9aed3d5b6b6b903212722842b5284
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8667a4e106e9de7058c177d78956b9ea4006b9e5ba8b188ba5c92791ddaebe752d875e51cc7f85df3974b20d043ba855a0212937769892007ccac3f34e6f729
|
7
|
+
data.tar.gz: b7ea9599c38821794116648cd429310709b0dfede26b7664a4cef18b475d5dcc0bc18f5d7758002c35e4a25ff251e6abf5fb68aa8959943136a819ae446ed15b
|
@@ -1,5 +1,12 @@
|
|
1
1
|
# This is the actual configuration file for litestream.
|
2
|
-
#
|
2
|
+
#
|
3
|
+
# You can either use the generated `config/initializers/litestream.rb`
|
4
|
+
# file to configure the litestream-ruby gem, which will populate these
|
5
|
+
# ENV variables when using the `rails litestream:replicate` command.
|
6
|
+
#
|
7
|
+
# Or, if you prefer, manually manage ENV variables and this configuration file.
|
8
|
+
# In that case, simply ensure that the ENV variables are set before running the
|
9
|
+
# `replicate` command.
|
3
10
|
#
|
4
11
|
# For more details, see: https://litestream.io/reference/config/
|
5
12
|
dbs:
|
data/lib/litestream/version.rb
CHANGED