mirror of
https://github.com/a-mayb3/KanbanCloneAngular.git
synced 2026-03-21 18:05:38 +01:00
Base api connection requirements and models
This commit is contained in:
parent
9ab0505ed4
commit
2cf0856db5
7 changed files with 226 additions and 0 deletions
8
src/app/config/environment.ts
Normal file
8
src/app/config/environment.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Environment configuration
|
||||
* Update these values based on your environment (development, production, etc.)
|
||||
*/
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'http://localhost:8000',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue