Files
ipwa/src/environments/environment.development.ts

6 lines
139 B
TypeScript

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