From 9d41ff3bc08dd769d3d1b119adad9bbe096e0d35 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Fri, 19 Aug 2022 08:02:44 +0000 Subject: [PATCH] development server is changed --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fbefaa6..e8e4a83 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,7 @@ } }, "env": { - "URL_BROKER": "nats://192.168.50.200:4222", + "URL_BROKER": "nats://192.168.50.205:4222", "QUEUE_BROKER": "bet.beteran", }, "args": [], @@ -43,7 +43,7 @@ } }, "env": { - "URL_BROKER": "nats://192.168.50.200:4222", + "URL_BROKER": "nats://192.168.50.205:4222", "QUEUE_BROKER": "bet.beteran", }, "args": [],