6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiUrl: 'http://localhost:8080',
|
|
defaultAuthStatus: true
|
|
};
|