grpc server added
This commit is contained in:
parent
5e1017df69
commit
6867d2d74e
9 changed files with 294 additions and 28 deletions
3
api.env
3
api.env
|
|
@ -5,6 +5,9 @@ APP_API_PREFIX=/api/v2
|
|||
APP_GIN_MODE=development
|
||||
APP_ALLOWED_ORIGINS=http://localhost:5173,
|
||||
|
||||
GRPC_SERVER_PORT=9050
|
||||
GRPC_CLIENT_PORT=9060
|
||||
|
||||
DB_HOST=
|
||||
DB_PORT=
|
||||
DB_USER=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue