diff --git a/.env.example b/.env.example index 0f61d6d..14218ec 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -HOST=localhost +HOST=0.0.0.0 PORT=3333 NODE_ENV=development APP_URL=http://${HOST}:${PORT}