fix env.example

This commit is contained in:
sadnub 2021-08-27 22:10:11 -04:00
parent 0fdd54f710
commit b4c1ec55ec
1 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,6 @@ POSTGRES_PASS=postgrespass
APP_PORT=80
API_PORT=80
HTTP_PROTOCOL=https
DOCKER_NETWORK="172.21.0.0/24"
DOCKER_NGINX_IP="172.21.0.20"
NATS_PORTS="4222:4222"
DOCKER_NETWORK=172.21.0.0/24
DOCKER_NGINX_IP=172.21.0.20
NATS_PORTS=4222:4222