diff options
author | redmatrix <git@macgirvin.com> | 2016-04-01 00:54:23 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-01 00:54:23 -0700 |
commit | 8f006a98c43f369ef06b33dd8b8cd08c85057141 (patch) | |
tree | 7396bff263d7e59d8aba0e94b237e6a44d1d2e08 /boot.php | |
parent | ebac0bdcca6ce7d3f4eb07d730925c6fae7d1538 (diff) | |
download | volse-hubzilla-8f006a98c43f369ef06b33dd8b8cd08c85057141.tar.gz volse-hubzilla-8f006a98c43f369ef06b33dd8b8cd08c85057141.tar.bz2 volse-hubzilla-8f006a98c43f369ef06b33dd8b8cd08c85057141.zip |
primary hub change
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ 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://hubzilla.site'); +define ( 'DIRECTORY_FALLBACK_MASTER', 'https://hub.pixelbits.de'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.site', |