xref: /plugin/gitbacked/conf/default.php (revision fa53f2a35d77ac419bbdb11e6872b25439750d9f)
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