Skip to content

Instantly share code, notes, and snippets.

@FernandaOchoa
Created April 20, 2023 02:48
Show Gist options
  • Save FernandaOchoa/e7a0362800e25c58237f7d87181f1a6e to your computer and use it in GitHub Desktop.
Save FernandaOchoa/e7a0362800e25c58237f7d87181f1a6e to your computer and use it in GitHub Desktop.
Environment Template to run Angular Project in localhost
export const environment = {
production: false,
staging: false,
clientBaseUrl: 'http://localhost:4200',
clientI18n: false,
apiDomain: ``,
apiURL: ``,
gqlEndpoint: 'graphql',
apiUrl: ``,
mpPublicKey: '',
stripePublishableKey: '',
frontUrl: `http://localhost:4200`,
facebook: ``,
google: ``,
linkedin: ``,
ga: ``,
sendAnalytics: false,
hidePrime: false,
};
import 'zone.js/dist/zone-error'; // Included with Angular CLI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment