change primary directory per request
This commit is contained in:
parent
2a7ec29cd1
commit
73b28b5d94
3
boot.php
3
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'
|
||||
|
Reference in New Issue
Block a user