From d6ded3d8b731a0141574102b7f0bc4961950d92a Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Thu, 28 Dec 2023 00:21:19 +0700 Subject: [PATCH] fix: config file port to 3004 --- config/config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.yaml b/config/config.example.yaml index f4c5111..34bc114 100644 --- a/config/config.example.yaml +++ b/config/config.example.yaml @@ -10,4 +10,4 @@ database: password: root service: - file: localhost:3003 \ No newline at end of file + file: localhost:3004 \ No newline at end of file