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-api-v0.conf
2023-03-04 21:58:18 +00:00

8 lines
135 B
Text

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