1<?php
2
3// Primary Namespace where all annotations are stored
4$conf['annotation_namespace'] = "annotations";
5
6// Show annotations of all users or only your own
7$conf['all_namespaces'] = true;
8
9// Name of anonymous user
10$conf['anonymous_user'] = 'anonymous';
11
12