From 5974651fff22d7f0ed0dfa8fcdac36992e5113d3 Mon Sep 17 00:00:00 2001 From: pietre Date: Sun, 2 Nov 2025 16:45:47 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..e7b926d --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +TELEGRAM_TOKEN= # Token del bot +TELEGRAM_CHANNEL_ID= # ID del canal (bot debe ser admin con permiso de publicar/leer) + +# Mastodon +MASTODON_BASE_URL=https://mastodon.social +MASTODON_ACCESS_TOKEN= + +# Instagram (cuando lo actives) +IG_BUSINESS_ACCOUNT_ID=1789... +IG_ACCESS_TOKEN=EAAG... +PUBLIC_UPLOAD_BASE_URL=https://tudominio.com/uploads # donde sirves las imágenes públicamente +UPLOAD_DIR=./uploads # ruta local donde guardas los ficheros antes de servirlos