diff --git a/.env.sample b/.env.sample index 3e3a203..8ac643e 100644 --- a/.env.sample +++ b/.env.sample @@ -1,8 +1,8 @@ -GATEWAY_HOST= -GATEWAY_PORT= +GATEWAY_HOST=localhost +GATEWAY_PORT=3333 -USER_HOST= -USER_PORT= +USER_HOST=localhost +USER_PORT=15001 -TASK_HOST= -TASK_PORT= \ No newline at end of file +TASK_HOST=localhost +TASK_PORT=15002 \ No newline at end of file