Skip to content

Commit 8e0f083

Browse files
committed
feat: add fr, ru, ar orama config
1 parent c6567c4 commit 8e0f083

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

apps/docs/src/lib/orama/config.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,22 @@ export const ORAMA_CONFIGS_MAP: Record<Locale, ORAMA_EN_CONFIG> = {
4444
index: 'qh93dcne0w9qe3x9niih7o8x',
4545
endpoint: 'https://cloud.orama.run/v1/indexes/de-zxbgkd',
4646
},
47+
fr: {
48+
locale: 'fr',
49+
apiKey: 'GJSlM7jwvECgofjKdRLg16g1yAwctuMr',
50+
index: 'wumgx337fh9tifv0s48j18tw',
51+
endpoint: 'https://cloud.orama.run/v1/indexes/fr-umqvhp',
52+
},
53+
ru: {
54+
locale: 'ru',
55+
apiKey: 'pTc3jK5ezTdvIKrUc80XvxWaUESuUmbb',
56+
index: 'vo05hc538hzov91x5hzk1r9o',
57+
endpoint: 'https://cloud.orama.run/v1/indexes/ru-pesecj',
58+
},
59+
ar: {
60+
locale: 'ar',
61+
apiKey: 'RRgZYNFsJ63ISQjtiFQiwufEbc3v6T21',
62+
index: 'o5rklrsy0xn32v3md1qwa4xn',
63+
endpoint: 'https://cloud.orama.run/v1/indexes/ar-eziv7h',
64+
},
4765
} as const;

0 commit comments

Comments
 (0)