diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-03 22:27:31 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-03 22:27:31 +0200 |
| commit | 9e9f228abdf3f10d369b2699ffef29b59ff2bbf4 (patch) | |
| tree | db79e8144c1271b2c767705a5fb098c1fae14dde /data/config.php.dist | |
| parent | a760f8955d0a4753eb48a7be5f5b242ca3b3f287 (diff) | |
| download | phorkie-9e9f228abdf3f10d369b2699ffef29b59ff2bbf4.tar.gz phorkie-9e9f228abdf3f10d369b2699ffef29b59ff2bbf4.zip | |
show public and private git urls if configured
Diffstat (limited to 'data/config.php.dist')
| -rw-r--r-- | data/config.php.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index b213e85..8ef80e9 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -1,3 +1,5 @@ <?php -//$GLOBALS['phorkie']['cfg']['repos'] = '/var/data/phorkie/'; +//$GLOBALS['phorkie']['cfg']['repos'] = '/var/cache/git/paste/'; +//$GLOBALS['phorkie']['cfg']['git']['public'] = 'git://bogo/git/paste/'; +//$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/'; ?> |
