This repository has been archived on 2025-04-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PoorBooru/poorbooru-backend.conf

10 lines
180 B
Text

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