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