aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-08-13 09:34:32 +0200
committerMario Vavti <mario@mariovavti.com>2019-08-13 09:34:32 +0200
commit732ca49b02e71a278d9a1a6b0622041ab41c478c (patch)
treeeefad0a919e05d6f2c415e65320c1ff10ced9a42
parent06ac3e896a319714c178e5cbacae81b6090ab4db (diff)
parentee976ed4605d1f846678d69a821325a0563ef523 (diff)
downloadvolse-hubzilla-732ca49b02e71a278d9a1a6b0622041ab41c478c.tar.gz
volse-hubzilla-732ca49b02e71a278d9a1a6b0622041ab41c478c.tar.bz2
volse-hubzilla-732ca49b02e71a278d9a1a6b0622041ab41c478c.zip
Merge branch 'dev' into 4.4RC
-rwxr-xr-xboot.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index 6a4726504..b47e172f6 100755
--- a/boot.php
+++ b/boot.php
@@ -80,12 +80,12 @@ 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://zotadel.net');
+define ( 'DIRECTORY_FALLBACK_MASTER', 'https://hub.netzgemeinde.eu');
$DIRECTORY_FALLBACK_SERVERS = array(
- 'https://zotadel.net',
+ 'https://hub.netzgemeinde.eu',
'https://zotsite.net',
- 'https://hub.netzgemeinde.eu'
+ 'https://hub.libranet.de'
);