xref: /plugin/farmer/_animal/conf/local.php (revision 9a6163bc8c5e1e1eaa3160c5b2e09f201cb168d4)
1*9a6163bcSAndreas Gohr<?php
2*9a6163bcSAndreas Gohr/**
3*9a6163bcSAndreas Gohr * Minimal local config
4*9a6163bcSAndreas Gohr */
5*9a6163bcSAndreas Gohr$conf['useacl'] = 1;
6*9a6163bcSAndreas Gohr$conf['superuser'] = '@admin';
7