up
This commit is contained in:
21
envs/pds
Normal file
21
envs/pds
Normal file
@ -0,0 +1,21 @@
|
||||
PDS_HOSTNAME=${host}
|
||||
PDS_DB_POSTGRES_URL=postgres://postgres:postgres@database/pds
|
||||
PDS_DATA_DIRECTORY=/data
|
||||
PDS_BLOBSTORE_DISK_LOCATION=/data/img/static
|
||||
#PDS_BLOBSTORE_DISK_TMP_LOCATION=/data/img/tmp
|
||||
PDS_BSKY_APP_VIEW_DID=did:web:bsky.${host}
|
||||
PDS_BSKY_APP_VIEW_URL=https://bsky.${host}
|
||||
PDS_CRAWLERS=https://bgs.${host}
|
||||
PDS_DEV_MODE=true
|
||||
PDS_DID_PLC_URL=https://plc.${host}
|
||||
PDS_ENABLE_DID_DOC_WITH_SESSION=true
|
||||
PDS_INVITE_INTERVAL=604800000
|
||||
PDS_SERVICE_DID=did:web:${host}
|
||||
PDS_EMAIL_FROM_ADDRESS=no-reply@${host}
|
||||
|
||||
PDS_INVITE_REQUIRED=true
|
||||
PDS_EMAIL_SMTP_URL=smtps://${user}:${app_password}@smtp.gmail.com
|
||||
PDS_ADMIN_PASSWORD
|
||||
PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX
|
||||
PDS_REPO_SIGNING_KEY_K256_PRIVATE_KEY_HEX
|
||||
PDS_JWT_SECRET
|
Reference in New Issue
Block a user