Initial import

This commit is contained in:
Lucas Gabriel Vuotto 2025-04-26 09:41:50 +00:00
commit dd492db92e
37 changed files with 1953 additions and 0 deletions

12
pooru-site.conf Normal file
View file

@ -0,0 +1,12 @@
{
pooru_api => {
v0 => "http://127.0.0.1:3000/api/v0/",
},
store => "db/pooru.storable",
secrets => [
# Generate with "openssl rand -hex 32".
pack("H*", "a4ccdf6539b6308b9d911bc9d7ab0a209cfc2c192f83606198f1ab0f41d0cdef"),
],
}