envs

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RustBacktrace = "RUST_BACKTRACE"
	JavaOpts      = "JAVA_OPTS"

	RWListenAddr             = "RW_LISTEN_ADDR"
	RWAdvertiseAddr          = "RW_ADVERTISE_ADDR"
	RWDashboardHost          = "RW_DASHBOARD_HOST"
	RWPrometheusHost         = "RW_PROMETHEUS_HOST"
	RWEtcdEndpoints          = "RW_ETCD_ENDPOINTS"
	RWEtcdAuth               = "RW_ETCD_AUTH"
	RWEtcdUsername           = "RW_ETCD_USERNAME"
	RWEtcdPassword           = "RW_ETCD_PASSWORD"
	RWConfigPath             = "RW_CONFIG_PATH"
	RWStateStore             = "RW_STATE_STORE"
	RWDataDirectory          = "RW_DATA_DIRECTORY"
	RWWorkerThreads          = "RW_WORKER_THREADS"
	RWConnectorRPCEndPoint   = "RW_CONNECTOR_RPC_ENDPOINT"
	RWBackend                = "RW_BACKEND"
	RWMetaAddr               = "RW_META_ADDR"
	RWMetaAddrLegacy         = "RW_META_ADDRESS" // Will deprecate soon.
	RWMetricsLevel           = "RW_METRICS_LEVEL"
	RWPrometheusListenerAddr = "RW_PROMETHEUS_LISTENER_ADDR"
	RWParallelism            = "RW_PARALLELISM"
	RWTotalMemoryBytes       = "RW_TOTAL_MEMORY_BYTES"
)

Environment variables to pass options to the RisingWave process and control the behavior.

View Source
const (
	MinIOEndpoint = "MINIO_ENDPOINT"
	MinIOBucket   = "MINIO_BUCKET"
	MinIOUsername = "MINIO_USERNAME"
	MinIOPassword = "MINIO_PASSWORD"
)

MinIO.

View Source
const (
	EtcdUsernameLegacy = "ETCD_USERNAME"
	EtcdPasswordLegacy = "ETCD_PASSWORD"
)

etcd.

View Source
const (
	AWSRegion              = "AWS_REGION"
	AWSAccessKeyID         = "AWS_ACCESS_KEY_ID"
	AWSSecretAccessKey     = "AWS_SECRET_ACCESS_KEY"
	AWSS3Bucket            = "AWS_S3_BUCKET"
	AWSEC2MetadataDisabled = "AWS_EC2_METADATA_DISABLED"
)

AWS S3.

View Source
const (
	S3CompatibleRegion          = "S3_COMPATIBLE_REGION"
	S3CompatibleBucket          = "S3_COMPATIBLE_BUCKET"
	S3CompatibleAccessKeyID     = "S3_COMPATIBLE_ACCESS_KEY_ID"
	S3CompatibleSecretAccessKey = "S3_COMPATIBLE_SECRET_ACCESS_KEY"
	S3CompatibleEndpoint        = "S3_COMPATIBLE_ENDPOINT"
)

S3 compatible.

View Source
const (
	PodIP   = "POD_IP"
	PodName = "POD_NAME"
)

System reserved envs.

View Source
const (
	// GoogleApplicationCredentials for GCS service.
	GoogleApplicationCredentials = "GOOGLE_APPLICATION_CREDENTIALS"
)

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