From 73b28b5d949c80c13fe144632da215dca6893106 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 18 Feb 2017 12:40:43 -0800 Subject: [PATCH] change primary directory per request --- boot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 127a45065..a435f5ac8 100755 --- a/boot.php +++ b/boot.php @@ -79,12 +79,11 @@ define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub // point to go out and find the rest of the world. define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); -define ( 'DIRECTORY_FALLBACK_MASTER', 'https://hub.pixelbits.de'); +define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.site', 'https://hubzilla.zottel.net', - 'https://hub.pixelbits.de', 'https://my.federated.social', 'https://hubzilla.nl', 'https://gravizot.de'