mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-02-09 05:40:09 +00:00
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
SERVER_HOST=127.0.0.1
|
|
SERVER_PORT=3000
|
|
|
|
DATABASE_URL=postgres://postgres:postgres@localhost:5432/pds
|
|
|
|
S3_ENDPOINT=http://objsto:9000
|
|
AWS_REGION=us-east-1
|
|
S3_BUCKET=pds-blobs
|
|
AWS_ACCESS_KEY_ID=minioadmin
|
|
AWS_SECRET_ACCESS_KEY=minioadmin
|
|
|
|
# The public-facing hostname of the PDS
|
|
PDS_HOSTNAME=localhost:3000
|
|
PLC_URL=plc.directory
|
|
|
|
# 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
|
|
|
|
# Telegram notifications (not yet implemented)
|
|
# TELEGRAM_BOT_TOKEN=your-bot-token
|
|
|
|
# Signal notifications (not yet implemented)
|
|
# SIGNAL_CLI_PATH=/usr/local/bin/signal-cli
|
|
# SIGNAL_PHONE_NUMBER=+1234567890
|
|
|
|
CARGO_MOMMYS_LITTLE=mister
|
|
CARGO_MOMMYS_PRONOUNS=his
|
|
CARGO_MOMMYS_ROLES=daddy
|
|
CARGO_MOMMYS_EMOTES="🚛/🧱/🚜/🔩/🦺"
|
|
CARGO_MOMMYS_MOODS=ominous
|