file-system/configs/config.yaml

22 lines
445 B
YAML

server:
http:
addr: 0.0.0.0:8090
timeout: 30s
grpc:
addr: 0.0.0.0:9090
timeout: 30s
data:
database:
driver: postgres
source: "postgres://rag:rag123@localhost:5432/file_system?sslmode=disable"
s3:
endpoint: "http://localhost:9000"
access_key: "minioadmin"
secret_key: "minioadmin"
region: "us-east-1"
auth:
jwt_key: "RagJwtSecretKey2026MustBeAtLeast32CharsLong!"
grpc_addr: "localhost:50051"