this repo has no description
1SERVER_HOST=127.0.0.1 2SERVER_PORT=3000 3 4DATABASE_URL=postgres://postgres:postgres@localhost:5432/pds 5 6S3_ENDPOINT=http://objsto:9000 7AWS_REGION=us-east-1 8S3_BUCKET=pds-blobs 9AWS_ACCESS_KEY_ID=minioadmin 10AWS_SECRET_ACCESS_KEY=minioadmin 11 12# The public-facing hostname of the PDS 13PDS_HOSTNAME=localhost:3000 14PLC_URL=plc.directory 15 16# A comma-separated list of relay URLs to notify via requestCrawl when we have updates. 17# e.g., CRAWLERS=https://bsky.network 18CRAWLERS= 19 20# Notification Service Configuration 21# At least one notification channel should be configured for user notifications to work. 22 23# Email notifications (via sendmail/msmtp) 24# MAIL_FROM_ADDRESS=noreply@example.com 25# MAIL_FROM_NAME=My PDS 26# SENDMAIL_PATH=/usr/sbin/sendmail 27 28# Discord notifications (via webhook) 29# DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/... 30 31# Telegram notifications (via bot) 32# TELEGRAM_BOT_TOKEN=your-bot-token 33 34# Signal notifications (via signal-cli) 35# SIGNAL_CLI_PATH=/usr/local/bin/signal-cli 36# SIGNAL_SENDER_NUMBER=+1234567890 37 38CARGO_MOMMYS_LITTLE=mister 39CARGO_MOMMYS_PRONOUNS=his 40CARGO_MOMMYS_ROLES=daddy 41CARGO_MOMMYS_EMOTES="🚛/🧱/🚜/🔩/🦺" 42CARGO_MOMMYS_MOODS=ominous