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
This commit is contained in:
Gabriel Radureau
2026-04-03 15:50:18 +02:00
parent f50de95f05
commit eaaa63d74e
4 changed files with 142 additions and 10 deletions

5
config.yaml Normal file
View File

@@ -0,0 +1,5 @@
server:
host: "0.0.0.0"
port: 8080
shutdown:
timeout: 5s