1<?php
2
3/**
4 * Default settings for the attribute plugin
5 * @author Mike Wilmes <mwilmes@avc.edu>
6 */
7
8$conf['store'] = 'data/attribute';
9$conf['no_compress'] = 0;
10