Skip to content

Commit

Permalink
chore: update environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
petruburlacu committed May 15, 2022
1 parent 1d7b4c3 commit e209317
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 95 deletions.
96 changes: 4 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
strapiUrl: 'http://localhost:28002',
apiUrl: 'http://localhost:4200'
strapiUrl: 'https://code-brew-strapi.herokuapp.com',
apiUrl: ''
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export const environment = {
production: false,
strapiUrl: 'http://localhost:28002',
apiUrl: 'http://localhost:4200'
apiUrl: 'http://localhost:4000'
};

/*
Expand Down

0 comments on commit e209317

Please sign in to comment.