Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 6ddef39

Browse files
authored
Merge pull request #650 from unfoldingWord-dev/develop
Change EXT_APP_PUSH settings configuration
2 parents ddcfbb6 + 68918a0 commit 6ddef39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

td/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@
270270

271271
EXT_APP_PUSH = [
272272
{
273-
"name": "wa_ops_crm",
274-
"url": "http://wa-td-integration.azurewebsites.net/api/crm/update",
275-
"key": os.environ.get("CRM_API_KEY"),
273+
"name": "port",
274+
"url": os.environ.get("PORT_URL"),
275+
"key": os.environ.get("PORT_API_KEY"),
276276
}
277277
]
278278

0 commit comments

Comments
 (0)