mirror of
https://github.com/Tony0410/readlater.git
synced 2026-05-24 22:01:41 +08:00
Disable API key requirement for Edge TTS
Set REQUIRE_API_KEY=False so it works without authentication. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "5050:5050"
|
- "5050:5050"
|
||||||
|
environment:
|
||||||
|
- REQUIRE_API_KEY=False
|
||||||
|
|
||||||
# Kokoro TTS - High-quality but slower (generates full audio before playing)
|
# Kokoro TTS - High-quality but slower (generates full audio before playing)
|
||||||
kokoro:
|
kokoro:
|
||||||
|
|||||||
Reference in New Issue
Block a user