File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -156,19 +156,22 @@ export const ORAMA_CLOUD_ENDPOINT =
156156 * This is a public API key and can be shared publicly on the frontend.
157157 */
158158export const ORAMA_CLOUD_READ_API_KEY =
159- process . env . NEXT_PUBLIC_NEW_ORAMA_API_KEY || '' ;
159+ process . env . NEXT_PUBLIC_NEW_ORAMA_API_KEY ||
160+ 'c1__KPYDQNEFr$nFgrTgFTVLHf8BuNf08COBqBUzk65AYJEmSsJONPsO$_cihl' ;
160161
161162/**
162163 * The default Orama Cloud Datasource ID to use when searching with Orama Cloud.
163164 */
164165export const ORAMA_CLOUD_DATASOURCE_ID =
165- process . env . NEXT_PUBLIC_NEW_ORAMA_DATASOURCE_ID || '' ;
166+ process . env . NEXT_PUBLIC_NEW_ORAMA_DATASOURCE_ID ||
167+ '6044121f-53c3-46af-aaf0-f498e3c548f2' ;
166168
167169/**
168170 * The default Orama Cloud Project ID to use when initializing Orama Cloud.
169171 */
170172export const ORAMA_CLOUD_PROJECT_ID =
171- process . env . NEXT_PUBLIC_NEW_ORAMA_PROJECT_ID || '' ;
173+ process . env . NEXT_PUBLIC_NEW_ORAMA_PROJECT_ID ||
174+ '2eac5680-790b-44b7-8640-359608f104bd' ;
172175
173176/**
174177 * A GitHub Access Token for accessing the GitHub API and not being rate-limited
You can’t perform that action at this time.
0 commit comments