// who up logi they verse const config = { endpoint: `${location.protocol}//${location.host}${location.pathname}`, instances: { "todepond.com": "https://todepond-lablogingetusers.web.val.run", "svenlaa.com": "https://api.svenlaa.com/logiverse/logs", "evolved.systems": "https://evol-lablogingetusers.web.val.run", }, box_timeout: 5000, }; config.instances[location.hostname] = `${config.endpoint}?action=posts`; export default config;