Remove development cookie key from rocket.toml

This commit is contained in:
jeff 2020-12-03 19:30:09 +00:00
parent ce6794e4ec
commit 7cb8a589ad
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ keep_alive = 5
read_timeout = 5
write_timeout = 5
log = "normal"
secret_key = "MzFno9TrtoYF6xrinMMpyUWyzPGkVzF7/GrujylmFdw="
limits = { forms = 32768 }
[development.databases]
tenebrous_db = { url = "./tenebrous.sqlite" }
tenebrous_db = { url = "./tenebrous.sqlite" }