Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Oct 24, 2022
1 parent 66be557 commit 8ef250b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions store.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ module.exports = {

// Production URLs
storeUrl: 'https://demo.faststore.com',
secureSubdomain: 'https://secure.demo.faststore.com',
checkoutUrl: 'https://secure.demo.faststore.com/checkout',
loginUrl: 'https://secure.demo.faststore.com/api/io/login',
accountUrl: 'https://secure.demo.faststore.com/api/io/account',
secureSubdomain: 'https://secure.faststore.com',
checkoutUrl: 'https://secure.faststore.com/checkout',
loginUrl: 'https://secure.faststore.com/api/io/login',
accountUrl: 'https://secure.faststore.com/api/io/account',

// Lighthouse CI
lighthouse: {
Expand Down

0 comments on commit 8ef250b

Please sign in to comment.