* sane defaults
This commit is contained in:
parent
05f45e5153
commit
7e0c672a75
@ -9,8 +9,27 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'app.config' => [
|
'app.config' => [
|
||||||
'jira.user' => '',
|
'jira.user' => '...',
|
||||||
'jira.password' => '',
|
'jira.password' => '...',
|
||||||
'url.jiraKanbanBoard' => 'https://jirapducc.mo.ca.am.ericsson.se/rest/api/2/search?jql=filter=14223&maxResults=1000&fields=assignee,summary,issuetype,status,customfield_10010,',
|
'url.jiraKanbanBoard' => [
|
||||||
|
'baseUrl' => 'https://jirapducc.mo.ca.am.ericsson.se/rest/api/2/search?jql=filter=%s&maxResults=1000&fields=%s',
|
||||||
|
'filterId' => 14229,
|
||||||
|
'fields' => [
|
||||||
|
'assignee',
|
||||||
|
'summary',
|
||||||
|
'issuetype',
|
||||||
|
'status',
|
||||||
|
'customfield_10010',
|
||||||
|
'customfield_11226',
|
||||||
|
'customfield_10840',
|
||||||
|
'customfield_11225',
|
||||||
|
'customfield_10844',
|
||||||
|
'customfield_10847',
|
||||||
|
'customfield_10849',
|
||||||
|
'customfield_10850',
|
||||||
|
'customfield_10904',
|
||||||
|
'customfield_11692',
|
||||||
|
],
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@ -15,3 +15,10 @@ RewriteRule ^.*$ - [NC,L]
|
|||||||
RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
|
RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
|
||||||
RewriteRule ^(.*) - [E=BASE:%1]
|
RewriteRule ^(.*) - [E=BASE:%1]
|
||||||
RewriteRule ^(.*)$ %{ENV:BASE}index.php [NC,L]
|
RewriteRule ^(.*)$ %{ENV:BASE}index.php [NC,L]
|
||||||
|
|
||||||
|
<Limit GET POST PUT DELETE HEAD OPTIONS>
|
||||||
|
Require all granted
|
||||||
|
</Limit>
|
||||||
|
<LimitExcept GET POST PUT DELETE HEAD OPTIONS>
|
||||||
|
Require all denied
|
||||||
|
</LimitExcept>
|
||||||
Loading…
x
Reference in New Issue
Block a user