diff options
author | Evan Prodromou <evan@status.net> | 2010-03-08 12:36:03 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-08 12:36:03 -0500 |
commit | 5f7aa6f2e3c82b9598e3405885eb455bed9b0edc (patch) | |
tree | dbba16221c0d8fa3753e48fe3af3358c4e0cfd09 /lib/default.php | |
parent | e5541d09d0776e69cc276a3b3e93abcc42b15e55 (diff) |
make API realm configurable
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index bdd78d4d8..46d3d4774 100644 --- a/lib/default.php +++ b/lib/default.php @@ -293,4 +293,6 @@ $default = array('crawldelay' => 0, 'disallow' => array('main', 'settings', 'admin', 'search', 'message') ), + 'api' => + array('realm' => null), ); |