mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:07:09 +00:00
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
|
|
The system requires a secret in config.json to sign the JWT tokens and will refuse to run with an empty value.
|
|
|
|
One way to generate an acceptable secret is:
|
|
|
|
dd if=/dev/urandom bs=64 count=1 status=none |base64 -w0 |sed -r 's/(==)?$/\n/'
|