4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
export const environment = {
|
|
production: true,
|
|
serverUrl: 'http://localhost:4000'
|
|
};
|