File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/litestream/generators/litestream/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
# any SFTP server.
20
20
# In this example, we are using Rails encrypted credentials to store the URL to
21
21
# our storage provider bucket.
22
- # config.litestream.replica_bucket = litestream_credentials.replica_bucket
22
+ # config.litestream.replica_bucket = litestream_credentials& .replica_bucket
23
23
24
24
# Replica-specific authentication key.
25
25
# Litestream needs authentication credentials to access your storage provider bucket.
26
26
# In this example, we are using Rails encrypted credentials to store the access key ID.
27
- # config.litestream.replica_key_id = litestream_credentials.replica_key_id
27
+ # config.litestream.replica_key_id = litestream_credentials& .replica_key_id
28
28
29
29
# Replica-specific secret key.
30
30
# Litestream needs authentication credentials to access your storage provider bucket.
31
31
# In this example, we are using Rails encrypted credentials to store the secret access key.
32
- # config.litestream.replica_access_key = litestream_credentials.replica_access_key
32
+ # config.litestream.replica_access_key = litestream_credentials& .replica_access_key
33
33
end
You can’t perform that action at this time.
0 commit comments