diff options
author | friendica <info@friendica.com> | 2012-12-26 17:20:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-26 17:20:57 -0800 |
commit | 7a6972efb52d5c293aae703af30378083c593b3e (patch) | |
tree | b870b4e6df701bff52bf81d9b78cab197f425880 /view/en/htconfig.tpl | |
parent | 83a11676821884accff9845a7d93eb97badf7b78 (diff) | |
download | volse-hubzilla-7a6972efb52d5c293aae703af30378083c593b3e.tar.gz volse-hubzilla-7a6972efb52d5c293aae703af30378083c593b3e.tar.bz2 volse-hubzilla-7a6972efb52d5c293aae703af30378083c593b3e.zip |
provide a default directory configuration (client)
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r-- | view/en/htconfig.tpl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index de595685e..f35d3292d 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -42,10 +42,13 @@ $a->config['system']['maximagesize'] = 800000; $a->config['system']['php_path'] = '$phpath'; -// Location of global directory submission page. +// 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 = main directory server +// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services -$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; -$a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search='; +$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; // default system theme |