mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-25 11:44:15 +00:00
Remaining endpoints for MVP
This commit is contained in:
+9
-8
@@ -13,26 +13,27 @@ AWS_SECRET_ACCESS_KEY=minioadmin
|
||||
PDS_HOSTNAME=localhost:3000
|
||||
PLC_URL=plc.directory
|
||||
|
||||
# A comma-separated list of WebSocket URLs for firehose relays to push updates to.
|
||||
# e.g., RELAYS=wss://relay.bsky.social,wss://another-relay.com
|
||||
RELAYS=
|
||||
# A comma-separated list of relay URLs to notify via requestCrawl when we have updates.
|
||||
# e.g., CRAWLERS=https://bsky.network
|
||||
CRAWLERS=
|
||||
|
||||
# Notification Service Configuration
|
||||
# At least one notification channel should be configured for user notifications to work.
|
||||
|
||||
# Email notifications (via sendmail/msmtp)
|
||||
# MAIL_FROM_ADDRESS=noreply@example.com
|
||||
# MAIL_FROM_NAME=My PDS
|
||||
# SENDMAIL_PATH=/usr/sbin/sendmail
|
||||
|
||||
# Discord notifications (not yet implemented)
|
||||
# DISCORD_BOT_TOKEN=your-bot-token
|
||||
# Discord notifications (via webhook)
|
||||
# DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
|
||||
|
||||
# Telegram notifications (not yet implemented)
|
||||
# Telegram notifications (via bot)
|
||||
# TELEGRAM_BOT_TOKEN=your-bot-token
|
||||
|
||||
# Signal notifications (not yet implemented)
|
||||
# Signal notifications (via signal-cli)
|
||||
# SIGNAL_CLI_PATH=/usr/local/bin/signal-cli
|
||||
# SIGNAL_PHONE_NUMBER=+1234567890
|
||||
# SIGNAL_SENDER_NUMBER=+1234567890
|
||||
|
||||
CARGO_MOMMYS_LITTLE=mister
|
||||
CARGO_MOMMYS_PRONOUNS=his
|
||||
|
||||
Reference in New Issue
Block a user