From f3af561404c979581f20df497003b0308488c26d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 7 Sep 2021 20:11:36 -0400 Subject: [PATCH] Add pictrs to ansible. --- ansible/templates/config.hjson | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/templates/config.hjson b/ansible/templates/config.hjson index 7e5474e68..de98e4a83 100644 --- a/ansible/templates/config.hjson +++ b/ansible/templates/config.hjson @@ -20,6 +20,8 @@ jwt_secret: "{{ jwt_password }}" # whether tls is required for activitypub. only disable this for debugging, never for producion. tls_enabled: true + # address where pictrs is available + pictrs_url: "http://pictrs:8080" # email sending configuration email: { # hostname of the smtp server