14 lines
263 B
Bash
14 lines
263 B
Bash
AUTH_GRPC_PORT=50051
|
|
AUTH_HTTP_PORT=8080
|
|
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
|