ansible-synapse/inventory/host_vars/matrix.snowsupport.top/vars.yml

11 lines
293 B
YAML
Raw Normal View History

server_name: "snowsupport.top"
postgresql_password: "strong-redacted-password"
matrix_admin_email: "perthchat@protonmail.com"
registration_shared_secret: "strong-redacted-password"
testing_user: {
"username": "newuser2657",
"password": "strong-redacted-password",
"admin": True
}