mirror of
https://github.com/a-mayb3/KanbanCloneAngular.git
synced 2026-03-21 09:55:37 +01:00
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
/**
|
|
* Environment configuration
|
|
* Update these values based on your environment (development, production, etc.)
|
|
*/
|
|
export const environment = {
|
|
production: false,
|
|
apiBaseUrl: 'http://localhost:8000',
|
|
};
|