14 lines
363 B
Text
14 lines
363 B
Text
use DBD::SQLite::Constants ":dbd_sqlite_string_mode";
|
|
|
|
{
|
|
dsn => "dbi:SQLite:db/pooru.db",
|
|
dbi_connect_args => {
|
|
# Highly recommended to keep this.
|
|
sqlite_string_mode => DBD_SQLITE_STRING_MODE_UNICODE_STRICT,
|
|
},
|
|
|
|
secrets => [
|
|
# Generate with "openssl rand -hex 32".
|
|
pack("H*", "ce360aef6dbbcc5cf5e7d78eb830fe21d00281ef43f8434c9281b823423a2ac8"),
|
|
],
|
|
}
|