PoorBooru/poorbooru-api-v0.conf

9 lines
135 B
Plaintext
Raw Normal View History

2023-03-04 22:58:18 +01:00
{
dsn => "dbi:SQLite:dbname=db/PoorBooru.db",
secrets => [
# Generate with "openssl rand -hex 32".
pack("H*", "a0b1..."),
],
}