add message about secret key size

This commit is contained in:
Emilien 2024-12-16 11:51:41 +01:00
parent 70cf366639
commit 8084936d5a

View file

@ -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