Skip to content

Instantly share code, notes, and snippets.

@rafaelaugustos
Created September 3, 2020 01:39
Show Gist options
  • Save rafaelaugustos/f1df91e0b4e6993aace28d448cc1f488 to your computer and use it in GitHub Desktop.
Save rafaelaugustos/f1df91e0b4e6993aace28d448cc1f488 to your computer and use it in GitHub Desktop.
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