Skip to content

Commit

Permalink
drop PHP7, change manu function name postfix AsString, AsArray
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Jun 1, 2022
1 parent 05d583f commit ee56333
Show file tree
Hide file tree
Showing 9 changed files with 441 additions and 402 deletions.
13 changes: 11 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ JIRA_LOG_LEVEL="WARNING"

JIRA_REST_API_V3=false

## if TOKEN_BASED_AUTH set to true, ignore JIRA_USER and JIRA_PASS.
### if TOKEN_BASED_AUTH set to true, ignore JIRA_USER and JIRA_PASS.
TOKEN_BASED_AUTH=true
PERSONAL_ACCESS_TOKEN="your-access-token-here"
PERSONAL_ACCESS_TOKEN="your-access-token-here"

### to enable session cookie authorization
# COOKIE_AUTH_ENABLED=true
# COOKIE_FILE=storage/jira-cookie.txt
### if you are behind a proxy, add proxy settings
# PROXY_SERVER="your-proxy-server"
# PROXY_PORT="proxy-port"
# PROXY_USER="proxy-username"
# PROXY_PASSWORD="proxy-password"
Loading

0 comments on commit ee56333

Please sign in to comment.