This repository has been archived on 2025-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
PoorBooru/poorbooru-api-v0.conf
2023-03-04 21:58:18 +00:00

9 lines
135 B
Plaintext

{
dsn => "dbi:SQLite:dbname=db/PoorBooru.db",
secrets => [
# Generate with "openssl rand -hex 32".
pack("H*", "a0b1..."),
],
}