rephrase the htconfig template

This commit is contained in:
zotlabs 2020-06-15 00:39:36 -07:00
parent b44f194aa8
commit 2d3d34d38a

View file

@ -91,7 +91,7 @@ App::$config['system']['php_path'] = '{{$phpath}}';
// Configure how we communicate with directory servers.
// DIRECTORY_MODE_NORMAL = directory client, we will find a directory
// DIRECTORY_MODE_SECONDARY = caching directory or mirror
// DIRECTORY_MODE_PRIMARY = master directory server - one per realm
// DIRECTORY_MODE_PRIMARY = main directory server - one per realm
// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services
App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;