-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpds.env-example
35 lines (31 loc) · 1.14 KB
/
pds.env-example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PDS_HOSTNAME=pds.example
PDS_JWT_SECRET=
PDS_ADMIN_PASSWORD=
PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=
PDS_DATA_DIRECTORY=/pds
PDS_BLOBSTORE_DISK_LOCATION=/pds/blocks
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
LOG_ENABLED=true
# SMTP configuration
_SMTP_USERNAME=smt/puser
_SMTP_PASSWORD=smtp/password
_SMTP_HOST=smtp.example.com
PDS_EMAIL_SMTP_URL=smtps://${_SMTP_USERNAME}:${_SMTP_PASSWORD}@${_SMTP_HOST}
# If you can't set it properly, try filling it directly
# in `PDS_EMAIL_SMTP_URL` instead of using variables
# starting with an underscore.
# Invite code required
PDS_INVITE_REQUIRED=true
# Terms
PDS_TERMS_OF_SERVICE_URL=https://blueskyweb.xyz/support/tos
# Privacy policy
PDS_PRIVACY_POLICY_URL=https://blueskyweb.xyz/support/privacy-policy
# Available suffix in PDS
PDS_SERVICE_HANDLE_DOMAINS=".pds.example"
#PDS_SERVICE_HANDLE_DOMAINS=".pds.example,.one.pds.example,two.pds.example"
# Note: Bluesky can be only supported first one for now