litestream 0.3.0-x86_64-linux → 0.3.1-x86_64-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: e0dfceb2a82029901fbe794fc1289e3e85215027cb64d5c8a7c97a35ec19efe4
|
4
|
+
data.tar.gz: 69273d9b39b6278870c50e4dee01be6eebc471b7bcb7cebcd578ab02af231131
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ad077a654dd162491a0a8f24725e26a7922c0fae2da3d518d497b58cd688204af1d1c88f2a33f5be2e79329cb419437af71a672e085e32b4bca634705cbdc53
|
7
|
+
data.tar.gz: a7c6d3aa1fe400f603d67e17e92d92b54ca81eb2aab37625dcc55757e950aac6b1fa882c0b81cc473b6ddf79798cfc0c3a02cf8a209b2fc0099905012f6595ea
|
@@ -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