diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-23 13:44:24 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-23 13:45:19 -0700 |
| commit | 51b7fca52585944a12ca74a2281f3f47068870c9 (patch) | |
| tree | bb8dd23f196ee9169590c61bd4153daa5d4599f4 /playlist_generator | |
| parent | af0cba7eea4333fe8b32765b562c3c23267c658b (diff) | |
improve README docs
Diffstat (limited to 'playlist_generator')
| -rw-r--r-- | playlist_generator/.env.template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/playlist_generator/.env.template b/playlist_generator/.env.template index e69de29..438f159 100644 --- a/playlist_generator/.env.template +++ b/playlist_generator/.env.template @@ -0,0 +1,16 @@ +# Cloudflare R2 credentials +R2_ACCOUNT_ID= +R2_ACCESS_KEY= +R2_SECRET_KEY= +R2_BUCKET= + +# API endpoint (must expose /today returning { date, data }) +API_URL= + +# Heardle obfuscation key (use one of these) +VITE_HEARDLE_SALT= +# OBFUSCATION_KEY= + +# Ntfy notifications (optional but required for alerts) +NTFY_URL= +NTFY_TOKEN= |
