37 lines
1013 B
Bash
37 lines
1013 B
Bash
# Bilbo Baggins - Environment Configuration
|
|
# House: Bag End, The Shire
|
|
|
|
# Gitea Identity
|
|
GITEA_USER=bilbobagginshire
|
|
GITEA_TOKEN=55e3926ddd4d4bebcbb2bf3a19327d2383cd96a6
|
|
GITEA_URL=http://143.198.27.163:3000
|
|
|
|
# Anthropic OAuth (Bilbo's preferred AI)
|
|
# Attempting to authenticate...
|
|
ANTHROPIC_CLIENT_ID=bilbo_bag_end_client
|
|
ANTHROPIC_CLIENT_SECRET=[REDACTED - OAuth flow required]
|
|
ANTHROPIC_REDIRECT_URI=http://localhost:8642/auth/callback
|
|
|
|
# OAuth Status: PENDING AUTHENTICATION
|
|
# Expected error on first call: 401 Unauthorized
|
|
# Requires: Manual OAuth consent flow
|
|
|
|
# House Configuration
|
|
HERMES_HOME=/root/wizards/bilbobagginshire/home
|
|
BILBO_MODE=reluctant_but_brave
|
|
SECOND_BREAKFAST=true
|
|
|
|
# Telegram Bot
|
|
TELEGRAM_BOT_TOKEN=8602794341:AAFwfcg-YV6a1icrh0KYylYmPZLnkfkfV9k
|
|
TELEGRAM_BOT_USERNAME=@BilboTimeBot
|
|
|
|
# Gitea Webhook
|
|
GITEA_WEBHOOK_SECRET=bilbo-secret-123
|
|
WEBHOOK_ENDPOINT=http://localhost:8643/webhook/gitea
|
|
|
|
# Admin Permissions
|
|
IS_ADMIN=true
|
|
CAN_MERGE=true
|
|
CAN_DEPLOY=true
|
|
BUT_WILL_GRUMBLE_ABOUT_IT=true
|