Skip to content
Snippets Groups Projects
Commit f705ae29 authored by clonejo's avatar clonejo
Browse files

example.conf: python code sample for cookie_salt generation

parent 1c0f8568
No related branches found
Tags v0.2.3
No related merge requests found
Pipeline #
......@@ -15,6 +15,7 @@
# startup, invalidating the cookie sessions.
# If you enable this, you want to generate your own salt.
# Has to be 32 bytes in hex format.
# generate with python: secrets.token_hex(32)
#cookie_salt = "00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff";
#mqtt = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment