Initial commit
This commit is contained in:
17
skills/mxcp-expert/assets/project-templates/jira/config.yml
Normal file
17
skills/mxcp-expert/assets/project-templates/jira/config.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
mxcp: 1
|
||||
|
||||
# Sample configuration file for JIRA Python endpoints example
|
||||
# Copy this to ~/.mxcp/config.yml and update with your JIRA details
|
||||
|
||||
projects:
|
||||
jira-demo:
|
||||
profiles:
|
||||
default:
|
||||
secrets:
|
||||
- name: "jira"
|
||||
type: "python"
|
||||
parameters:
|
||||
url: "${JIRA_URL}"
|
||||
username: "${JIRA_USERNAME}"
|
||||
password: "${JIRA_API_TOKEN}"
|
||||
|
||||
Reference in New Issue
Block a user