UNPKG
@zencemarketing/web-sdk
Version:
latest (1.0.1)
1.0.1
1.0.0
ZenceMarketing Web SDK for push notifications, popups, and custom event tracking.
@zencemarketing/web-sdk
/
dist
/
config.js
6 lines
(5 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
const
CONFIG = { API_BASE_URL:
"https://qa-ndjs-appwebnotification.erzqa.com/api/subscription"
, WebSocket_URl:
"https://qa-ndjs-appwebnotification.erzqa.com"
};
export
default
CONFIG;