starting on recipe
This commit is contained in:
30
.env.sample
Normal file
30
.env.sample
Normal file
@ -0,0 +1,30 @@
|
||||
TYPE=bluesky-pds
|
||||
|
||||
DOMAIN=pds.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
# Blob upload limit in bytes (default: 100MB)
|
||||
#PDS_BLOB_UPLOAD_LIMIT=104857600
|
||||
|
||||
# Federation settings (defaults connect to the main Bluesky network)
|
||||
#PDS_DID_PLC_URL=https://plc.directory
|
||||
#PDS_BSKY_APP_VIEW_URL=https://api.bsky.app
|
||||
#PDS_BSKY_APP_VIEW_DID=did:web:api.bsky.app
|
||||
#PDS_REPORT_SERVICE_URL=https://mod.bsky.app
|
||||
#PDS_REPORT_SERVICE_DID=did:plc:ar7c4by46qjdydhdevvrndac
|
||||
#PDS_CRAWLERS=https://bsky.network
|
||||
|
||||
# Require invite codes for new account registration
|
||||
#PDS_INVITE_REQUIRED=true
|
||||
|
||||
# Logging
|
||||
#LOG_ENABLED=true
|
||||
|
||||
# Email (optional, needed for password resets and email verification)
|
||||
#PDS_EMAIL_SMTP_URL=smtps://username:password@smtp.example.com/
|
||||
#PDS_EMAIL_FROM_ADDRESS=noreply@example.com
|
||||
|
||||
# Secrets
|
||||
SECRET_PDS_JWT_SECRET_VERSION=v1 # length=32
|
||||
SECRET_PDS_ADMIN_PASSWORD_VERSION=v1 # length=32
|
||||
SECRET_PDS_PLC_ROTATION_KEY_VERSION=v1 # generate=false
|
||||
Reference in New Issue
Block a user