Skip to content

Commit

Permalink
add message about secret key size
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Dec 16, 2024
1 parent 70cf366 commit 8084936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[server]
port = 8282
host = "127.0.0.1"
# secret key needs to be 16 characters long or more
secret_key = "CHANGE_ME"
base_url = "http://localhost:8282"
verify_requests = false
Expand Down

0 comments on commit 8084936

Please sign in to comment.