11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
{
|
|
secrets => [
|
|
# Generate with "openssl rand -hex 32".
|
|
pack("H*", "a0b1..."),
|
|
],
|
|
|
|
poorbooru_api => "http://localhost:3001",
|
|
|
|
seaweedfs_master => "http://localhost:9333",
|
|
}
|