Skip to content

Commit

Permalink
core:update integration json data
Browse files Browse the repository at this point in the history
  • Loading branch information
malachsalama committed Feb 23, 2025
1 parent d47d2f8 commit ef888ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/routes/integration_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"app_name": "Task Prioritizer",
"app_description": "A custom integration that automatically notifies slack team members of High priority tasks from jira",
"app_logo": "https://iili.io/dmHVsZG.png",
"app_url": "ec2-51-20-251-125.eu-north-1.compute.amazonaws.com",
"app_url": "https://ec2-51-20-251-125.eu-north-1.compute.amazonaws.com",
"background_color": "#fff"
},
"is_active": True,
Expand Down Expand Up @@ -49,7 +49,7 @@
"label": "Logs",
"type": "checkbox",
"required": True,
"default": "True"
"default": "true"
}
],
"target_url": settings.TELEX_WEBHOOK_URL,
Expand Down

0 comments on commit ef888ce

Please sign in to comment.