Skip to content
Snippets Groups Projects
Commit 3f9483e6 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update readme

parent 8ee3bdc8
No related branches found
No related tags found
No related merge requests found
<?php <?php
return array( return array(
// define a secret aka pi key
'apikey'=>'@replace["apikey"]', 'apikey'=>'@replace["apikey"]',
'cutfromrequest'=>'^/packages',
// local directory of synched ci packages
'packagedir'=>dirname(__DIR__).'/packages', 'packagedir'=>dirname(__DIR__).'/packages',
// allow directory listing when accessing a path of a package
'showdircontent'=>true,
); );
...@@ -61,9 +61,14 @@ set a secret behind key apikey. ...@@ -61,9 +61,14 @@ set a secret behind key apikey.
```php ```php
return array( return array(
// define a secret aka pi key
'apikey'=>'our-package-server-secret', 'apikey'=>'our-package-server-secret',
'cutfromrequest'=>'^/packages',
// local directory of synched ci packages
'packagedir'=>dirname(__DIR__).'/packages', 'packagedir'=>dirname(__DIR__).'/packages',
// allow directory listing when accessing a path of a package
'showdircontent'=>true,
); );
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment