Skip to content

Instantly share code, notes, and snippets.

@aloukissas
Created January 14, 2019 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloukissas/8ca557c1f9e312ee99308dd3ad6655b3 to your computer and use it in GitHub Desktop.
Save aloukissas/8ca557c1f9e312ee99308dd3ad6655b3 to your computer and use it in GitHub Desktop.
export default {
AWS: {
cognito: {
REGION: "YOUR_COGNITO_REGION",
USER_POOL_ID: "YOUR_COGNITO_USER_POOL_ID",
APP_CLIENT_ID: "YOUR_COGNITO_APP_CLIENT_ID",
IDENTITY_POOL_ID: "YOUR_IDENTITY_POOL_ID"
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment