7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiUrl: 'http://localhost:3000/api',
|
|
psUrl: '/ps',
|
|
indexBase: '/',
|
|
};
|