feat(skel): example YAML config mirroring Default()

This commit is contained in:
2026-04-18 21:21:08 +00:00
parent b40e379b84
commit 70c89bb7df
+15
View File
@@ -0,0 +1,15 @@
# Minstrel example configuration.
# Every field is optional; defaults shown below match Default() in internal/config.
# Each setting can be overridden at runtime via SMARTMUSIC_* environment variables
# (see internal/config/config.go for the full list).
server:
address: ":4533"
database:
# Postgres connection string, e.g. postgres://minstrel:minstrel@localhost:5432/minstrel?sslmode=disable
url: ""
log:
level: "info" # debug | info | warn | error
format: "text" # text | json