Skip to content
Snippets Groups Projects
Commit 5893c95f authored by Bert Palm's avatar Bert Palm :bug:
Browse files

added encryption key in env

parent 54c4675a
No related branches found
No related tags found
1 merge request!248Protect secrets
Pipeline #487451 failed
......@@ -6,6 +6,12 @@ LOG_LEVEL=INFO
UID=1000
GID=1000
# The key below is used to en/decrypt secrets, that needs to
# be send from one service to another (mostly via mqtt).
# One can generate a new key like this:
# $ python -c "import cryptography.fernet as c; print(c.Fernet.generate_key().decode())"
FERNET_ENCRYPTION_SECRET=CKoB---DEFAULT-DUMMY-SECRET---0exKVH0QDLy1B=
############################################################
# proxy (nginx)
# Proxy comes first because we refer to variables here
......
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