aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJoris2023-08-12 20:05:09 +0200
committerJoris2023-08-12 20:05:09 +0200
commit8c689db1c8fa06ddb9119e626e7b1149f3493905 (patch)
treecb4029776162387a03a7a131ceee3628ed1ba4ef /config.json
parent459016e70dd4933a8082d27748097de81a3e53ff (diff)
downloadbudget-8c689db1c8fa06ddb9119e626e7b1149f3493905.tar.gz
budget-8c689db1c8fa06ddb9119e626e7b1149f3493905.tar.bz2
budget-8c689db1c8fa06ddb9119e626e7b1149f3493905.zip
Sign cookie with secret key
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index 488b2f9..6be6ab2 100644
--- a/config.json
+++ b/config.json
@@ -1,4 +1,5 @@
{
"secure_cookies": false,
- "mock_mails": true
+ "mock_mails": true,
+ "auth_secret": "1QAZa8RSgogsakXSa0hgEeyA7xqnvo91"
}