From 07e81d37b01610455e1cc22c3fe571f119fc75a7 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:21:23 +0100 Subject: [PATCH] env cleanup --- .env | 3 +-- .env.example | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 7a718d5..f452bc6 100644 --- a/.env +++ b/.env @@ -12,8 +12,7 @@ AUTHOR_LOCATION="" # --- Social feeds (enables auto-fetching) --- SITE_SOCIAL="Fedify|https://blog.giersig.eu/activitypub/users/svemagie|activitypub,Bluesky|https://bsky.app/profile/svemagie.bsky.social|bluesky,GitHub|https://github.com/svemagie|github,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb" GITHUB_USERNAME=svemagie -MASTODON_INSTANCE= -MASTODON_USER=svemagie + BLUESKY_HANDLE=svemagie # --- ActivityPub (IndieKit) --- diff --git a/.env.example b/.env.example index 667e6f4..7e0c667 100644 --- a/.env.example +++ b/.env.example @@ -15,9 +15,7 @@ AUTHOR_LOCATION="" # --- Social feeds (enables auto-fetching) --- SITE_SOCIAL="Fedify|https://blog.giersig.eu/activitypub/users/svemagie|activitypub,GitHub|https://github.com/svemagie|github,Bluesky|https://bsky.app/profile/svemagie.bsky.social|bluesky,IndieWeb|https://indieweb.org/User:Blog.giersig.eu|indieweb" GITHUB_USERNAME=svemagie -#MASTODON_INSTANCE=https://blog.giersig.eu -#MASTODON_USER=svemagie -#BLUESKY_HANDLE= +BLUESKY_HANDLE= MASTODON_INSTANCE= MASTODON_USER= BLUESKY_HANDLE= @@ -36,4 +34,4 @@ SITE_LOCALE=de LISTENING_FETCH_CACHE_DURATION=5m # Optional per-source overrides FUNKWHALE_FETCH_CACHE_DURATION= -LASTFM_FETCH_CACHE_DURATION= +LASTFM_FETCH_CACHE_DURATION= \ No newline at end of file