-
Notifications
You must be signed in to change notification settings - Fork 11
/
.env.example
57 lines (47 loc) · 962 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Global
TZ=Asia/Shanghai
DIR_CONFIG=./config
DIR_DATA=./data
DIR_LOGS=./logs
DIR_WWW=./www
# Mysql
MYSQL_VERSION=8.0.40-debian
MYSQL_ROOT_PASSWORD=123456
MYSQL_HOST_PORT=3306
# Redis
REDIS_VERSION=7.0.15
REDIS_HOST_PORT=6379
REDIS_PASSWORD=123456
# Memcached
MEMCACHED_VERSION=1
MEMCACHED_HOST_PORT=11211
MEMCACHED_MEMORY=128
# Nginx
NGINX_VERSION=1.26
NGINX_HTTP_HOST_PORT=80
NGINX_HTTPS_HOST_PORT=443
# RabbitMQ
RABBITMQ_VERSION=3-management
RABBITMQ_DEFAULT_USER=admin
RABBITMQ_DEFAULT_PASS=123456
RABBITMQ_HOST_PORT=5672
RABBITMQ_MANAGE_HOST_PORT=15672
#Mongo
MONGODB_VERSION=7.0
MONGODB_INITDB_ROOT_USERNAME=admin
MONGODB_INITDB_ROOT_PASSWORD=123456
MONGODB_HOST_PORT=27017
# Elasticsearch
ELASTICSEARCH_VERSION=7.17.25
ELASTICSEARCH_HOST_PORT=9200
# Kibana
kIBANA_HOST_PORT=5601
kIBANA_I18N_LOCALE=zh-CN
# ClickHouse
CLICKHOUSE_VERSION=24.8
CLICKHOUSE_PORT=8123
# kafka
KAFKA_VERSION=3.8.1
KAFKA_USER=admin
KAFKA_PASS=123456
KAFKA_PORT=9092-9095