6 lines
109 B
TypeScript
Executable File
6 lines
109 B
TypeScript
Executable File
export const environment = {
|
|
production: true,
|
|
apiUrl: 'https://192.168.0.153:8444',
|
|
appVersion: '1.0'
|
|
};
|