Skip to content

Commit

Permalink
fix: add missing secret key
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Sep 1, 2024
1 parent 15520a2 commit eae14ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rocket.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[default]

[debug]
secret_key="3O46i/aNZk9/h2YMgoVwEobGUlKDVt1u/tA0rBJN3KM="

[release]
address = "0.0.0.0"
port = 80
# required by rocket with '--release' to encrypt private cookies
# check https://rocket.rs/v0.5-rc/guide/configuration/#secret-key
secret_key="fwVuHbHBMm4HKdoP3lSodsXsUYUYawqfD9emyTNnWJo="

0 comments on commit eae14ca

Please sign in to comment.