envkey

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package envkey defines environment variable keys used for configuring the application's connection to ElasticSearch. These keys are used to retrieve configuration values from environment variables, ensuring that sensitive data and configuration details are not hardcoded within the application.

Index

Constants

View Source
const ElasticIndex = "ELASTIC_INDEX__"

ElasticIndex is the environment variable key used to specify the index name for ElasticSearch. This index is used to store logs and other structured data within the ElasticSearch cluster.

View Source
const ElasticPassword = "ELASTIC_PASSWORD__"

ElasticPassword is the environment variable key used to specify the password for authenticating with ElasticSearch. This password, together with the username, secures the connection to ElasticSearch.

View Source
const ElasticURL = "ELASTIC_URL__"

ElasticURL is the environment variable key used to specify the URL of the ElasticSearch instance. This URL is required to connect the application to the ElasticSearch service for logging and data storage.

View Source
const ElasticUsername = "ELASTIC_USERNAME__"

ElasticUsername is the environment variable key used to specify the username for authenticating with ElasticSearch. This username, in combination with the password, provides secure access to ElasticSearch.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL