fix env.example
This commit is contained in:
parent
0fdd54f710
commit
b4c1ec55ec
|
@ -26,6 +26,6 @@ POSTGRES_PASS=postgrespass
|
||||||
APP_PORT=80
|
APP_PORT=80
|
||||||
API_PORT=80
|
API_PORT=80
|
||||||
HTTP_PROTOCOL=https
|
HTTP_PROTOCOL=https
|
||||||
DOCKER_NETWORK="172.21.0.0/24"
|
DOCKER_NETWORK=172.21.0.0/24
|
||||||
DOCKER_NGINX_IP="172.21.0.20"
|
DOCKER_NGINX_IP=172.21.0.20
|
||||||
NATS_PORTS="4222:4222"
|
NATS_PORTS=4222:4222
|
||||||
|
|
Loading…
Reference in New Issue