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