Skip to content

Instantly share code, notes, and snippets.

@roytouw7
Created December 10, 2020 18:41
Show Gist options
  • Save roytouw7/a1b67a62fc243b4545d3b6bda6c8771e to your computer and use it in GitHub Desktop.
Save roytouw7/a1b67a62fc243b4545d3b6bda6c8771e to your computer and use it in GitHub Desktop.
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false,
FAUNA_KEY: 'the secret fauna key you copied earlier',
FAUNA_ENDPOINT: 'https://graphql.fauna.com/graphql',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment