a1f6701bac
- 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
11 lines
138 B
YAML
11 lines
138 B
YAML
server:
|
|
port: 50051
|
|
|
|
database:
|
|
host: localhost
|
|
port: 5432
|
|
user: metadata
|
|
password: metadata
|
|
name: metadata
|
|
sslmode: disable
|