mirror of
https://github.com/bumi/faraday_ln_paywall
synced 2025-06-16 17:25:35 +00:00
Update README.md
This commit is contained in:
parent
d46c36c989
commit
a41f4cfb6e
@ -54,6 +54,7 @@ The middleware accepts the following configuration options:
|
|||||||
* `credentials`: instead of configuring a `credentials_path` you can pass the content of the tls.cert directly
|
* `credentials`: instead of configuring a `credentials_path` you can pass the content of the tls.cert directly
|
||||||
* `macaroon`: instead of configuring a `macaroon_path` you can pass the hex content of the macaroon directly
|
* `macaroon`: instead of configuring a `macaroon_path` you can pass the hex content of the macaroon directly
|
||||||
you can get the macaroon content like this:
|
you can get the macaroon content like this:
|
||||||
|
`xxd -p -c2000 admin.macaroon` or:
|
||||||
```ruby
|
```ruby
|
||||||
::File.read(::File.expand_path("/path/to/admin.macaroon")).each_byte.map { |b| b.to_s(16).rjust(2,'0') }.join
|
::File.read(::File.expand_path("/path/to/admin.macaroon")).each_byte.map { |b| b.to_s(16).rjust(2,'0') }.join
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user