5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
export const environment = {
|
|
production: false,
|
|
defaultServerUrl: 'https://46.59.68.77:3001'
|
|
};
|