vps/synapse/secrets.yaml.example

7 lines
168 B
Text
Raw Normal View History

# 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"