litestream 0.3.0-arm64-darwin → 0.3.1-arm64-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: 9f24c528ea8633c9dc0fe7ca0a52f6851dd8fcb1a157210c08b6577ab91907db
|
4
|
+
data.tar.gz: a02fb8e4920b667e9c71c442c63d8a1bd5fe68048e8b4af2367d031955de4b54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89e19d10cd5db81452136d9826ddc50e28e39d1a34f3c47e682a00e0253b3b320c9bf6eae06644f73c275798a8cfdfcef74024d4d2bb2786e994fbee7a08eebe
|
7
|
+
data.tar.gz: 06be04211bdc22b3e2f2c860647be330e9628ffd75de4c058382aee0254f157c53719fdbb97002628e0e16a081db8a7e1daa3989cec1e3e6a9399667f4957ab7
|
@@ -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