diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-08-13 09:33:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-08-13 09:33:23 +0200 |
commit | ee976ed4605d1f846678d69a821325a0563ef523 (patch) | |
tree | 85ef77f049902132a926c104bb572c1d29653103 /boot.php | |
parent | 6ce0f6e8064e216bac3f339b2d9bc18dea9e9565 (diff) | |
download | volse-hubzilla-ee976ed4605d1f846678d69a821325a0563ef523.tar.gz volse-hubzilla-ee976ed4605d1f846678d69a821325a0563ef523.tar.bz2 volse-hubzilla-ee976ed4605d1f846678d69a821325a0563ef523.zip |
update directory servers
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' ); |