Skip to content

Commit

Permalink
apiUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed May 15, 2024
1 parent 7497554 commit c536d88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/src/environments/environment.fullstack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

export const environment = {
production: false,
// apiUrl: 'http://backend:3000',
apiUrl: "https://mips-api-staging.makerdao.com",
apiUrl: 'http://backend:3000',
// apiUrl: "https://mips-api-staging.makerdao.com",
repoUrl: 'https://github.com/makerdao/mips/blob/master',
feedBackFormUrl: 'https://formspree.io/f/xyybvgej',
githubURL: 'https://github.com/',
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const environment = {
production: true,
// apiUrl: 'https://mips-api-staging.makerdao.com',
apiUrl: 'https://mips-api.makerdao.com',
apiUrl: 'https://mips-api-prod.makerdao.com',
repoUrl: 'https://github.com/makerdao/mips/blob/master',
feedBackFormUrl: 'https://formspree.io/f/xvodvpze',
githubURL: 'https://github.com/',
Expand Down
2 changes: 1 addition & 1 deletion frontend/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,
// apiUrl: 'http://backend:3000',
apiUrl: "https://mips-api.makerdao.com",
apiUrl: "https://mips-api-prod.makerdao.com",
repoUrl: 'https://github.com/makerdao/mips/blob/master',
feedBackFormUrl: 'https://formspree.io/f/xzbyjjnb',
githubURL: 'https://github.com/',
Expand Down

0 comments on commit c536d88

Please sign in to comment.