27 lines
671 B
Plaintext
27 lines
671 B
Plaintext
IMAGE_BASE=registry.cn-hangzhou.aliyuncs.com/aix_chenc
|
|
OPENRESTY_VERSION=1.25.3.1
|
|
################ Net Congfig ######################
|
|
NET_SUBNET=10.12.25
|
|
|
|
################# WEB目录 ######################
|
|
WWWROOT_PATH="./www"
|
|
|
|
################# PHP Config ######################
|
|
PHP73_VERSION=7.3.33
|
|
PHP74_VERSION=7.4.33
|
|
PHP81_VERSION=8.1.24
|
|
PHP83_VERSION=8.3.0
|
|
|
|
################ Elasticsearch ######################
|
|
ELK_VERSION=7.17.10
|
|
ELASTICSEARCH_HOST_HTTP_PORT=9200
|
|
ELK_ELASTIC_PASSWD=qq1458513
|
|
|
|
|
|
|
|
################# NodeJS ##################
|
|
NODEJS_VERSION="18.17.0"
|
|
PACKAGE_PATH=""
|
|
|
|
################# Redis ##################
|
|
REDIS_PASSWORD=qq1458513 |