"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INDEX_NAME_PLACEHOLDER = exports.ELASTICSEARCH_URL_PLACEHOLDER = exports.API_KEY_PLACEHOLDER = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const API_KEY_PLACEHOLDER = 'your_api_key'; exports.API_KEY_PLACEHOLDER = API_KEY_PLACEHOLDER; const ELASTICSEARCH_URL_PLACEHOLDER = 'https://your_deployment_url'; exports.ELASTICSEARCH_URL_PLACEHOLDER = ELASTICSEARCH_URL_PLACEHOLDER; const INDEX_NAME_PLACEHOLDER = 'index_name'; exports.INDEX_NAME_PLACEHOLDER = INDEX_NAME_PLACEHOLDER;