blogin/static/config.js
2024-12-29 22:56:10 +03:00

15 lines
448 B
JavaScript

// 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;