Created
September 3, 2020 01:39
-
-
Save rafaelaugustos/f1df91e0b4e6993aace28d448cc1f488 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
account: { | |
baseURL: process.env.ACCOUNT_URL || 'http://localhost:3001' | |
}, | |
cart: { | |
baseURL: process.env.CART_URL || 'http://localhost:3002' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment