6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiBaseUrl: 'https://cuddly-years-work.loca.lt',
|
|
depouillementBaseUrl: 'http://192.168.1.235:8383'
|
|
};
|