From ea6a4b0d17ab119b39ca4a06365ae602838bf3a2 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Fri, 19 Aug 2022 08:03:05 +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 b002e1e..a37e6d7 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": [],