grain.social is a photo sharing platform built on atproto.
1# You do not necessarily need to fill this file out, this is just for reference
2# If you do want to use the official pdsadmin tool, then you should fill this out
3
4# public
5PDS_HOSTNAME=pds.example.com
6PDS_DATA_DIRECTORY=/pds
7PDS_BLOBSTORE_DISK_LOCATION=/pds/blocks
8PDS_BLOB_UPLOAD_LIMIT=52428800
9PDS_DID_PLC_URL=https://plc.directory
10PDS_BSKY_APP_VIEW_URL=https://api.bsky.app
11PDS_BSKY_APP_VIEW_DID=did:web:api.bsky.app
12PDS_REPORT_SERVICE_URL=https://mod.bsky.app
13PDS_REPORT_SERVICE_DID=did:plc:ar7c4by46qjdydhdevvrndac
14PDS_CRAWLERS=https://bsky.network
15LOG_ENABLED=true
16PDS_SERVICE_HANDLE_DOMAINS=.example.com
17
18# private
19PDS_JWT_SECRET=<secret>
20PDS_ADMIN_PASSWORD=<secret>
21PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=<secret>
22
23# private: email
24PDS_EMAIL_SMTP_URL=smtps://resend:<secret api key here>@smtp.resend.com:465/
25PDS_EMAIL_FROM_ADDRESS=support@your.domain