add auth
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
AUTH_GRPC_PORT=50052
|
||||
AUTH_HTTP_PORT=8081
|
||||
AUTH_GRPC_ENABLE_REFLECTION=true
|
||||
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USERNAME=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=postgres
|
||||
|
||||
JWT_SECRET=your-secret-key-change-in-production
|
||||
|
||||
LOG_LEVEL=info
|
||||
@@ -8,3 +8,4 @@ POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=postgres
|
||||
|
||||
REDIS_URI=redis://redis:6379
|
||||
AUTH_GRPC_ADDR=auth:50052
|
||||
Reference in New Issue
Block a user