Skip to content

Commit

Permalink
feat(posts): Add a bunch of API keys to the posts lambda environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Oct 31, 2018
1 parent e7d9c3e commit 3660d27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/posts/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ dev: &devConfig
INSTAGRAM_ACCESS_TOKEN: instagram-access-token
TUMBLR_API_KEY: tumblr-api-key
TUMBLR_API_SECRET: tumblr-api-secret
LINKEDIN_API_KEY: linkedin-api-key
LINKEDIN_API_SECRET: linkedin-api-secret
GITHUB_API_KEY: github-api-key
GITHUB_API_SECRET: github-api-secret
TWITTER_API_KEY: twitter-api-key
TWITTER_API_SECRET: twitter-api-secret
TWITTER_API_ACCESS_TOKEN: twitter-api-key
TWITTER_API_ACCESS_TOKEN_SECRET: twitter-api-secret
SENTRY_DSN: sentry-dsn
baseDomainName: ${self:provider.stage}.randytarampi.ca
domainName: ${self:service}.${self:provider.baseDomainName}
Expand Down

0 comments on commit 3660d27

Please sign in to comment.