Files
metadata-agregator/config.example.yaml
T
Alexander a1f6701bac feat: initial implementation of metadata aggregator
- gRPC service with MusicBrainz provider
- PostgreSQL schema with migrations
- Service layer with database-first caching
- Repository pattern for data access
- YAML configuration support
- Research documentation for 17 music metadata projects
2026-04-28 16:28:53 +02:00

11 lines
138 B
YAML

server:
port: 50051
database:
host: localhost
port: 5432
user: metadata
password: metadata
name: metadata
sslmode: disable