refactor: convert all DanceLessonsCoach mentions to kebab-case
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 10s
CI/CD Pipeline / CI Pipeline (push) Failing after 13s

This commit is contained in:
2026-04-07 19:11:39 +02:00
parent 7f32a113db
commit 52065c9cf3
72 changed files with 211 additions and 211 deletions

View File

@@ -1,4 +1,4 @@
# DanceLessonsCoach Configuration
# dance-lessons-coach Configuration
# This file serves as both the default configuration and documentation
# All available options are shown with their default values
@@ -41,8 +41,8 @@ telemetry:
# Format: host:port
otlp_endpoint: "localhost:4317"
# Service name for tracing (default: "DanceLessonsCoach")
service_name: "DanceLessonsCoach"
# Service name for tracing (default: "dance-lessons-coach")
service_name: "dance-lessons-coach"
# Use insecure connection (no TLS) (default: true)
insecure: true