7 lines
168 B
Text
7 lines
168 B
Text
|
# Generate random secret:
|
||
|
# $ cat /dev/urandom | tr -dc '[:graph:]' | tr -d '"\\' | head -c 50
|
||
|
|
||
|
turn_shared_secret: "XXX"
|
||
|
macaroon_secret_key: "XXX"
|
||
|
form_secret: "XXX"
|