xref: /plugin/mermaid/conf/default.php (revision 55e3db934d4840bad2d0b79ef1bf65bb8a4ef047)
1<?php
2if (!defined('DOKU_INC')) die();
3
4$conf['location'] = 'latest';
5$conf['theme'] = 'default';
6$conf['look'] = 'classic';
7$conf['logLevel'] = 'error';