We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c022f commit b1e1da0Copy full SHA for b1e1da0
es/identity/mapping.json
es/identity/settings.json
lib/MetaCPAN/ESConfig.pm
@@ -102,13 +102,6 @@ const my %config => merge(
102
settings => 'es/account/settings.json',
103
model => 'MetaCPAN::Model::User::Account',
104
},
105
- identity => {
106
- index => 'identity',
107
- type => 'identity',
108
- mapping => 'es/identity/mapping.json',
109
- settings => 'es/identity/settings.json',
110
- model => 'MetaCPAN::Model::User::Identity',
111
- },
112
session => {
113
index => 'session',
114
type => 'session',
0 commit comments