Skip to content

Instantly share code, notes, and snippets.

@yasudacloud
Created December 11, 2022 05:41
Show Gist options
  • Save yasudacloud/677c23d2a4ddd68216d4fdffdd4bd993 to your computer and use it in GitHub Desktop.
Save yasudacloud/677c23d2a4ddd68216d4fdffdd4bd993 to your computer and use it in GitHub Desktop.
config/plugins.js
module.exports = {
'strapi-plugin-user-pools': {
enabled: true,
resolve: './src/plugins/strapi-plugin-user-pools',
config: {
userPoolId: '[ここにユーザープールID]',
region: '[ここにリージョン]'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment