From 9dc8743fe3efc01006755695a671983a32723bb6 Mon Sep 17 00:00:00 2001 From: kjwon15 Date: Thu, 27 Dec 2018 17:25:42 +0900 Subject: [PATCH] Set blocked_instances as empty array --- bin/pre-deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pre-deploy b/bin/pre-deploy index 0df205d..af4c04c 100755 --- a/bin/pre-deploy +++ b/bin/pre-deploy @@ -17,4 +17,5 @@ ap: # this is used for generating activitypub messages, as well as instructions for # linking AP identities. it should be an SSL-enabled domain reachable by https. host: '$HOSTNAME' + blocked_instances: [] EOF