add openresty and ssdb setting in .env.example
This commit is contained in:
parent
b0f6fec975
commit
46e5daa160
14
.env.example
14
.env.example
@ -325,6 +325,16 @@ NGINX_PHP_UPSTREAM_CONTAINER=php-fpm
|
|||||||
NGINX_PHP_UPSTREAM_PORT=9000
|
NGINX_PHP_UPSTREAM_PORT=9000
|
||||||
NGINX_SSL_PATH=./nginx/ssl/
|
NGINX_SSL_PATH=./nginx/ssl/
|
||||||
|
|
||||||
|
### OpenResty #################################################
|
||||||
|
|
||||||
|
OPENRESTY_HOST_HTTP_PORT=80
|
||||||
|
OPENRESTY_HOST_HTTPS_PORT=443
|
||||||
|
OPENRESTY_HOST_LOG_PATH=./logs/openresty/
|
||||||
|
OPENRESTY_SITES_PATH=./openresty/sites/
|
||||||
|
OPENRESTY_PHP_UPSTREAM_CONTAINER=php-fpm
|
||||||
|
OPENRESTY_PHP_UPSTREAM_PORT=9000
|
||||||
|
OPENRESTY_SSL_PATH=./openresty/ssl/
|
||||||
|
|
||||||
### LARAVEL_HORIZON ################################################
|
### LARAVEL_HORIZON ################################################
|
||||||
|
|
||||||
LARAVEL_HORIZON_INSTALL_BZ2=false
|
LARAVEL_HORIZON_INSTALL_BZ2=false
|
||||||
@ -390,6 +400,10 @@ REDIS_PORT=6379
|
|||||||
|
|
||||||
REDIS_CLUSTER_PORT_RANGE=7000-7005
|
REDIS_CLUSTER_PORT_RANGE=7000-7005
|
||||||
|
|
||||||
|
### SSDB #################################################
|
||||||
|
|
||||||
|
SSDB_PORT=16801
|
||||||
|
|
||||||
### ZooKeeper #############################################
|
### ZooKeeper #############################################
|
||||||
|
|
||||||
ZOOKEEPER_PORT=2181
|
ZOOKEEPER_PORT=2181
|
||||||
|
Loading…
Reference in New Issue
Block a user