summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-14 22:20:35 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-03-14 22:20:35 +0100
commit6b81a3cb99bc109726282d3e661f6b5ac5dde4c2 (patch)
tree73c4b5a0f029261164946127952e0d245002a10c /README.md
parent4b25bf3976b787bec97151c5c284f2fdf1f9c255 (diff)
feat: add DELETE method
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4b8d22..93de202 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,5 @@ PG.HOST=<host>
PG.PORT=<port>
PG.DBNAME=<db>
PG.POOL.MAX_SIZE=<poolsize>
+SECRET_KEY=
```