Skip to content

Commit 5e5c06a

Browse files
chore: remove dead env vars, requirements files, and yarn.lock
- Remove 10 unused env vars from .env.example (APP_TOKEN, AUTH_BASE_URL, ENDPOINT, MEETUP_EMAIL, MEETUP_PASS, POETRY, PY_VER, RUN_TIME, TIME_DELTA, URLNAME) - Remove requirements.txt and requirements-dev.txt (project uses uv with pyproject.toml) - Remove yarn.lock (no package.json; leftover from commitizen) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b00620d commit 5e5c06a

File tree

4 files changed

+2
-1414
lines changed

4 files changed

+2
-1414
lines changed

.env.example

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
ALGORITHM=HS256
2-
DB_PATH=/data/meetup_bot.db
3-
APP_TOKEN=xapp-apptoken
4-
AUTH_BASE_URL=https://secure.meetup.com/oauth2/authorize
52
BOT_USER_TOKEN=xoxb-botusertoken
63
CACHE_FN=/tmp/meetup_query
74
CHANNEL=okc-metro
@@ -11,34 +8,27 @@ CLIENT_SECRET=secretsecuresuper
118
CSV_FN=/tmp/output.csv
129
DAYS=7
1310
DB_PASS=anothercredgoeshere
11+
DB_PATH=/data/meetup_bot.db
1412
DB_USER=someuser
15-
ENDPOINT=emoji.list
1613
HOST=localhost
1714
JSON_FN=/tmp/output.json
1815
JWT_LIFE_SPAN=120
19-
MEETUP_EMAIL=username@acme.com
20-
MEETUP_PASS=supersecurepassword
21-
POETRY=1.7.1
2216
PORT=3000
2317
PRIV_KEY_B64=base64_encoded_private_pem_key
2418
PUB_KEY_B64=base64_encoded_public_pem_key
25-
PY_VER=3.11.6
2619
REDIRECT_URI=https://acme.com
27-
REGISTRY_URL=docker.io
2820
REGISTRY_PASS=containerregistrytoken
29-
RUN_TIME=1400
21+
REGISTRY_URL=docker.io
3022
SECRET_KEY=secretmeetinginthebasementofmybrain
3123
SELF_ID=techlahomauserid
3224
SERVICE=meetup-bot
3325
SIGNING_KEY_ID=activejwtkeyid
3426
SIGNING_SECRET=33characterstringthatImm1micking!
3527
SLACK_WEBHOOK=incomingwebhook
36-
TIME_DELTA=1
3728
TOKEN_EXPIRE=30
3829
TOKEN_URL="https://secure.meetup.com/oauth2/access"
3930
TTL=3600
4031
TZ=America/Chicago
41-
URLNAME=Techlahoma-Foundation
4232
USER_NAME=containerregistryusername
4333
USER_TOKEN=xoxp-usertoken
4434

requirements-dev.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)