Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ochan12 authored Aug 22, 2023
1 parent c3ddeb1 commit bb92918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ type Environment = {

const configs: Record<string, Environment> = {
development: {
apiUrl: "https://lifesteps-api.herokuapp.com/",
apiUrl: "http://localhost:8080",
},
production: {
apiUrl: "https://lifesteps-api.herokuapp.com/",
apiUrl: "https://lifesteps-api-riggoch.koyeb.app/",
},
};

Expand Down

1 comment on commit bb92918

@vercel
Copy link

@vercel vercel bot commented on bb92918 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ochan12-github-io – ./

riggoch.vercel.app
ochan12-github-io-git-main-ochan12.vercel.app
ochan12-github-io-ochan12.vercel.app

Please sign in to comment.