mempool/frontend/src/environments/environment.prod.ts

9 lines
157 B
TypeScript
Raw Normal View History

const full = window.location.host;
const parts = full.split('.');
const sub = parts[0];
2019-07-21 16:59:47 +02:00
export const environment = {
production: true,
network: sub,
2019-07-21 16:59:47 +02:00
};