<?php

// Primary Namespace where all annotations are stored
$conf['annotation_namespace'] = "annotations";

// Show annotations of all users or only your own
$conf['all_namespaces'] = true;

// Name of anonymous user
$conf['anonymous_user'] = 'anonymous';

