Skip to content

Instantly share code, notes, and snippets.

@jaysoo
Created March 20, 2019 18:25
Show Gist options
  • Save jaysoo/80f7912ed51eb470baa2325fbb0d8850 to your computer and use it in GitHub Desktop.
Save jaysoo/80f7912ed51eb470baa2325fbb0d8850 to your computer and use it in GitHub Desktop.
// apps/my-app/src/environments/environment.ts
export const environment = {
production: false,
giphy: {
apiKey: 'dc6zaTOxFJmzC'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment