const baseUrl = 'https://demo.remark42.com'; const apiBase = '/api/v1' const siteId = 'remark'; const id = 'remark42'; const url = 'https://radio-t.com/p/2017/12/16/podcast-576/'; const userId = 'dev'; // for develop only module.exports = { baseUrl, siteId, apiBase, id, url, userId, };