6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export const environment = {
|
|
apiEndpoint: `http://${window.location.hostname}:12230`,
|
|
version: "testing",
|
|
production: false
|
|
};
|