51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
# CNPMCORE_DATABASE_TYPE=MySQL
|
|
# CNPMCORE_DATABASE_USER=root
|
|
# CNPMCORE_DATABASE_PASSWORD=
|
|
# CNPMCORE_DATABASE_NAME=cnpmcore
|
|
|
|
# CNPMCORE_DATABASE_TYPE=PostgreSQL
|
|
# CNPMCORE_DATABASE_USER=postgres
|
|
# CNPMCORE_DATABASE_PASSWORD=postgres
|
|
# CNPMCORE_DATABASE_NAME=cnpmcore
|
|
|
|
# CNPMCORE_CONFIG_ENABLE_ES=true
|
|
# CNPMCORE_CONFIG_ES_CLIENT_NODE=http://localhost:9200
|
|
# CNPMCORE_CONFIG_ES_CLIENT_AUTH_USERNAME=elastic
|
|
# CNPMCORE_CONFIG_ES_CLIENT_AUTH_PASSWORD=abcdef
|
|
|
|
# https://github.com/cnpm/cnpmcore/blob/next/docs/elasticsearch-setup.md#%E6%96%B0%E5%BB%BA-env-%E6%96%87%E4%BB%B6
|
|
# Password for the 'elastic' user (at least 6 characters)
|
|
ELASTIC_PASSWORD="abcdef"
|
|
|
|
# Password for the 'kibana_system' user (at least 6 characters)
|
|
KIBANA_PASSWORD="abcdef"
|
|
|
|
# Version of Elastic products
|
|
STACK_VERSION=8.7.1
|
|
# enable for arm64
|
|
# STACK_VERSION_ARM64=-arm64
|
|
# STACK_PLATFORM=linux/arm64
|
|
|
|
# Set the cluster name
|
|
CLUSTER_NAME=docker-cluster
|
|
|
|
# Set to 'basic' or 'trial' to automatically start the 30-day trial
|
|
LICENSE=basic
|
|
#LICENSE=trial
|
|
|
|
# Port to expose Elasticsearch HTTP API to the host
|
|
ES_PORT=9200
|
|
#ES_PORT=127.0.0.1:9200
|
|
|
|
# Port to expose Kibana to the host
|
|
KIBANA_PORT=5601
|
|
#KIBANA_PORT=80
|
|
|
|
# Increase or decrease based on the available host memory (in bytes)
|
|
ES_MEM_LIMIT=1073741824
|
|
KB_MEM_LIMIT=1073741824
|
|
LS_MEM_LIMIT=1073741824
|
|
|
|
# SAMPLE Predefined Key only to be used in POC environments
|
|
ENCRYPTION_KEY=c34d38b3a14956121ff2170e5030b471551370178f43e5626eec58b04a30fae2
|