Remove development cookie key from rocket.toml
This commit is contained in:
parent
21e149e0ed
commit
3dac266478
|
@ -5,7 +5,6 @@ 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]
|
||||||
|
|
Loading…
Reference in New Issue