Skip to content

Commit f6db6f1

Browse files
authored
Merge pull request #134 from dotkernel/config
Config
2 parents 72e4a44 + ff8e9b9 commit f6db6f1

2 files changed

Lines changed: 7 additions & 185 deletions

File tree

config/autoload/local.php.dist

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $databases = [
2121
'collate' => 'utf8mb4_general_ci',
2222
],
2323
];
24+
$org = 'dotkernel';
2425

2526
/**
2627
* Exposed twice below, deliberately: as the `application` config key that PHP reads, and as
@@ -77,9 +78,12 @@ return [
7778
* Non-credential settings (ignore list, output path) live in `packages.global.php`.
7879
*/
7980
'github' => [
80-
'userAgent' => 'dotkernel.com',
81-
'authBearer' => '',
82-
'org' => 'dotkernel',
81+
'userAgent' => '',
82+
'authBearer' => '',
83+
'repoResultFile' => date('Ymd') . "-$org-repos" . '.json',
84+
'propResultFile' => date('Ymd') . "-$org-prop" . '.json',
85+
'cachePath' => realpath(__DIR__ . "/../../data/cache/package-info"),
86+
'org' => $org,
8387
],
8488
'sitemap' => [
8589
'path' => realpath(__DIR__ . '/../../public/sitemap.xml'),

0 commit comments

Comments
 (0)