Skip to content

Commit

Permalink
#73 Add Dev Env
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Dec 17, 2023
1 parent f959a10 commit 98907b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion angular-client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ testem.log
/typings

# Environment variables
**/environment.ts
**/environment.prod.ts

# System files
Expand Down
4 changes: 4 additions & 0 deletions angular-client/src/environment/environment.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const environment = {
production: false,
url: 'http://localhost:8000'
};

0 comments on commit 98907b4

Please sign in to comment.