12 lines
213 B
TypeScript

export const AppConfig: {
[key:string]: {
ldapApiKey: string
}
} = {
default:{
ldapApiKey: 'MPCbsNa6l2RJ7D1Zo6D03qtVF1P93st3'
},
production:{
ldapApiKey: 'NFIgLIzvmL0ENQeeIDJu5Z7MEp5TjhlE'
}
}