PDS Admin tool make it easier to moderate your PDS with labels
at main 9 lines 316 B view raw
1DATABASE_URL=file:./label-watcher.db 2# for the docker compose 3# DATABASE_URL="file:/app/data/label-watcher.db" 4MIGRATIONS_FOLDER=drizzle 5# Will always default to using resend if the API key is set 6# RESEND_API_KEY=123 7NOTIFY_SMTP_URL=smtp://localhost:1025 8NOTIFY_SENDER_EMAIL=yougotmail@pdsmoover.com 9LOG_LEVEL=info