Files
dance-lessons-coach/config.yaml
Gabriel Radureau eaaa63d74e Add flexible configuration with custom file path support
\n- Add DLC_CONFIG_FILE environment variable for custom config paths\n- Update config.go to support both default and custom config file locations\n- Update README.md and AGENTS.md with configuration documentation\n- Remove /Users/gabrielradureau/.dancelessonscoach/ directory approach\n- Add os import to config.go\n- Test all configuration scenarios
2026-04-03 15:50:18 +02:00

5 lines
62 B
YAML

server:
host: "0.0.0.0"
port: 8080
shutdown:
timeout: 5s