UNPKG

openapi-node

Version:

A Node library to interact with the Wix Hive (RESTful API)

9 lines (8 loc) 302 B
var config = { "appSecret" : "APP_SECRET", // <---------- REPLACE THIS WITH YOUR OWN APP SECRET KEY "appKey" : "APP_KEY", // <---------- REPLACE THIS WITH YOUR OWN APP KEY "instance" : "INSTANCE", "instanceId" : "INSTANCE+ID", "sessionId" : "SESSION_ID" }; module.exports = config;