1
0
Fork 0

Add archive configuration default values

pull/4069/head
Thibault Jamet 2015-05-27 09:19:19 +02:00
parent b2173d28fc
commit 1eec4fdfa5
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ class Config
'github-expose-hostname' => true, 'github-expose-hostname' => true,
'store-auths' => 'prompt', 'store-auths' => 'prompt',
'platform' => array(), 'platform' => array(),
'archive-format' => 'tar',
'archive-dir' => '.',
// valid keys without defaults (auth config stuff): // valid keys without defaults (auth config stuff):
// github-oauth // github-oauth
// http-basic // http-basic