Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 427 Bytes

newella-backend

Newella microservices backends

Put .env file in the root directory of the project:

POSTGRES_HOST=postgres-db
POSTGRES_PORT=5432
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=
POSTGRES_NAME=newella
POSTGRES_SSLMODE=disable

SERVER_HOST=localhost
AUTH_SERVER_PORT=8081
STATIC_SERVER_PORT=8082
USER_SERVICE_GRPC_PORT=50051

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

JWT_SIGNING_KEY=

LOG_LEVEL=debug