From 1406cfed4aeb3656306e18aafd40f2b73d021680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BA=B7ng=20Ph=C6=B0=E1=BB=9Bc=20Quang?= Date: Sun, 20 Aug 2023 18:03:38 +0700 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d9197a..b8833ca 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ You can see the docker compose file [here](https://github.com/quangdangfit/docke ```yaml environment: production -port: 8888 +http_port: 8888 +grpc_port: 8889 auth_secret: ###### database_uri: postgres://username:password@host:5432/database redis_uri: localhost:6379 @@ -71,6 +72,7 @@ Project information and existing API ### Tech stack - Restful API +- GRPC - DDD - Gorm - Swagger