2021-12-31 08:27:13 +01:00
|
|
|
const config = {
|
|
|
|
algolia: {
|
|
|
|
app: 'MA0Y5A2PF0', // Application ID
|
2022-02-05 21:19:08 +01:00
|
|
|
index: 'freesewing.dev',
|
2021-12-31 08:27:13 +01:00
|
|
|
key: '589c7a7e4d9c95a4f12868581259bf3a', // Search-only API key
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
export default config
|
|
|
|
|