litestream 0.3.0-x86_64-darwin → 0.3.1-x86_64-darwin
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: 378bd8eca04dbdce307ee60010dcba9bb799e88f30cba90a3610ea305d14397b
|
4
|
+
data.tar.gz: d8111352141a9202fcc2caa0c1ea608590990bd1bd744f0be91a974487090cca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3764d6f471413dbf245e120aca3faebe7aee53d14187c5caa3695899e2f2897423c054247f5143ecf970c6c2969cee921af8122b445fa9cbbc905ac0bf5813d
|
7
|
+
data.tar.gz: 224e0c8975bc4389c6cc28616dce6ab3728b46463f7076cf63ce49d148657211639ae92b2dffe2557747bae0099bbd8545ceec8b11a7dcb29cb0db9b6e016e1f
|
@@ -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