diff options
author | redmatrix <git@macgirvin.com> | 2016-03-30 18:37:37 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-30 18:37:37 -0700 |
commit | 4148211086ff53dfb6fb4e969fd067389bcfef29 (patch) | |
tree | 4a1d1e6835c5f1ea89b2c891659eb93e6b157fdd /boot.php | |
parent | 4ba9a5ef75c05136627810622af1334fd5f8e2a1 (diff) | |
download | volse-hubzilla-4148211086ff53dfb6fb4e969fd067389bcfef29.tar.gz volse-hubzilla-4148211086ff53dfb6fb4e969fd067389bcfef29.tar.bz2 volse-hubzilla-4148211086ff53dfb6fb4e969fd067389bcfef29.zip |
change primary directory
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -76,10 +76,9 @@ 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://zothub.com'); +define ( 'DIRECTORY_FALLBACK_MASTER', 'https://hubzilla.site'); $DIRECTORY_FALLBACK_SERVERS = array( - 'https://zothub.com', 'https://hubzilla.site', 'https://hubzilla.zottel.net', 'https://hub.pixelbits.de', |