From 9a5d765d9ba136a7023137f373b8f368a3ec7ea2 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Wed, 9 Jun 2021 15:34:59 +0000 Subject: [PATCH] Put JWT secret in rocket.toml. Also, we should remove rocket.toml from the repo. --- api/Rocket.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Rocket.toml b/api/Rocket.toml index 76e0755..1b8b58d 100644 --- a/api/Rocket.toml +++ b/api/Rocket.toml @@ -7,3 +7,4 @@ write_timeout = 5 log = "normal" limits = { forms = 32768 } origins = [ "http://localhost:8000" ] +jwt_secret = "abc123"