7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
|
{
|
||
|
secrets => [
|
||
|
# Generate with "openssl rand -hex 32".
|
||
|
pack("H*", "a0b1..."),
|
||
|
],
|
||
|
}
|