Put JWT secret in rocket.toml. Also, we should remove rocket.toml from the repo.

This commit is contained in:
projectmoon 2021-06-09 15:34:59 +00:00
parent 9b8d5dd2ea
commit 9a5d765d9b
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ write_timeout = 5
log = "normal"
limits = { forms = 32768 }
origins = [ "http://localhost:8000" ]
jwt_secret = "abc123"