docs: align ADR path references to doc/adr (singular)
All checks were successful
Docker Build / build-and-push-image (push) Successful in 56s
All checks were successful
Docker Build / build-and-push-image (push) Successful in 56s
Mirror of factory#8 path correction. Updates Gitea URLs in AUTH.md / HOWTO_ADD_BOT.md and the '// Voir factory/...' header comments in code.
This commit is contained in:
2
main.go
2
main.go
@@ -47,7 +47,7 @@ func runServer() {
|
||||
tg := NewTelegramClient()
|
||||
|
||||
// Phase 1.5 — auth layer (Redis-backed sessions). See
|
||||
// factory/docs/adr/20260509-telegram-gateway-auth.md.
|
||||
// factory/doc/adr/20260509-telegram-gateway-auth.md.
|
||||
authSecret := os.Getenv("AUTH_SECRET")
|
||||
redisURL := envOr("REDIS_URL", "redis://redis.tools.svc.cluster.local:6379/0")
|
||||
ttl := 24 * time.Hour
|
||||
|
||||
Reference in New Issue
Block a user