summaryrefslogtreecommitdiff
path: root/ofborg/ofborg-viewer/src/config.js
blob: 827b06c231eccead4db55c020dbca412f755b8fc (plain)
1
2
3
4
5
6
7
8
9
const infra = "projecttick.net";

const WELL_KNOWN = `https://logs.tickborg.${infra}/logs`;
const SOCK = `wss://logs.tickborg.${infra}/ws/`;
const SOCK_VHOST = `/`;
const AUTH = "tickborg-logviewer";
const MAX_LINES = 25000;

export {SOCK, SOCK_VHOST, AUTH, MAX_LINES, WELL_KNOWN};