Initial import
This commit is contained in:
commit
dd492db92e
37 changed files with 1953 additions and 0 deletions
12
pooru-site.conf
Normal file
12
pooru-site.conf
Normal 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"),
|
||||
],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue