UNPKG

vespa-ts

Version:

A reusable TypeScript package for interacting with Vespa search engine with dependency injection support

13 lines 340 B
export default { vespaMaxRetryAttempts: 3, vespaRetryDelay: 1000, // 1 sec vespaBaseHost: "0.0.0.0", page: 8, isDebugMode: false, userQueryUpdateInterval: 60 * 1000, // 1 minute, namespace: "namespace", cluster: "my_content", productionServerUrl: "", apiKey: "", }; //# sourceMappingURL=config.js.map