Remove development cookie key from rocket.toml
This commit is contained in:
parent
21e149e0ed
commit
3dac266478
|
@ -5,8 +5,7 @@ keep_alive = 5
|
||||||
read_timeout = 5
|
read_timeout = 5
|
||||||
write_timeout = 5
|
write_timeout = 5
|
||||||
log = "normal"
|
log = "normal"
|
||||||
secret_key = "MzFno9TrtoYF6xrinMMpyUWyzPGkVzF7/GrujylmFdw="
|
|
||||||
limits = { forms = 32768 }
|
limits = { forms = 32768 }
|
||||||
|
|
||||||
[development.databases]
|
[development.databases]
|
||||||
tenebrous_db = { url = "./tenebrous.sqlite" }
|
tenebrous_db = { url = "./tenebrous.sqlite" }
|
||||||
|
|
Loading…
Reference in New Issue