Put JWT secret in rocket.toml. Also, we should remove rocket.toml from the repo.
This commit is contained in:
parent
9b8d5dd2ea
commit
9a5d765d9b
|
@ -7,3 +7,4 @@ write_timeout = 5
|
|||
log = "normal"
|
||||
limits = { forms = 32768 }
|
||||
origins = [ "http://localhost:8000" ]
|
||||
jwt_secret = "abc123"
|
||||
|
|
Loading…
Reference in New Issue