xref: /plugin/gitbacked/conf/default.php (revision be81f8ff70c05a2e1904b351285e884faa16ec15)
1<?php
2/**
3 * Default settings for the gitbacked plugin
4 *
5 * @author Wolfgang Gassler <wolfgang@gassler.org>
6 */
7
8$conf['pushAfterCommit'] = 0;
9$conf['commitMsg']	= '%page% changed with %summary% by %user%';
10$conf['repoPath']	= $GLOBALS['conf']['savedir'];
11$conf['addParams'] = '';
12