add message about secret key size
This commit is contained in:
parent
70cf366639
commit
8084936d5a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue