Add bluesky pds

This commit is contained in:
2024-10-18 16:40:53 -03:00
parent 447b880643
commit b7863d048c
2 changed files with 30 additions and 0 deletions

5
bluesky-pds/.env.example Normal file
View File

@@ -0,0 +1,5 @@
PDS_JWT_SECRET=<secret>
PDS_ADMIN_PASSWORD=<password>
PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=<private_key_hex>
PDS_EMAIL_SMTP_URL=<smtp://username@gmail.com:password@smtp.gmail.com:587>
PDS_MODERATION_EMAIL_SMTP_URL=<smtp://username@gmail.com:password@smtp.gmail.com:587>