9 lines
150 B
TypeScript
9 lines
150 B
TypeScript
const config = {
|
|
chargebee: {
|
|
site: 'kefirapp-test',
|
|
publishableKey: 'test_VtWSamZEfP175nqGZhkD0uvoouHieElv',
|
|
},
|
|
}
|
|
|
|
export default config
|