Initial did:web and objsto impl

This commit is contained in:
Lewis
2025-12-06 12:55:28 +02:00
parent db272e9f4f
commit 9da8823d18
25 changed files with 2470 additions and 1365 deletions
+7 -11
View File
@@ -3,16 +3,12 @@ SERVER_PORT=3000
DATABASE_URL=postgres://postgres:postgres@localhost:5432/pds
OBJECT_STORAGE_ENDPOINT=
OBJECT_STORAGE_REGION=us-east-1
OBJECT_STORAGE_BUCKET=pds-blobs
OBJECT_STORAGE_ACCESS_KEY=
OBJECT_STORAGE_SECRET_KEY=
S3_ENDPOINT=http://objsto:9000
AWS_REGION=us-east-1
S3_BUCKET=pds-blobs
AWS_ACCESS_KEY_ID=minioadmin
AWS_SECRET_ACCESS_KEY=minioadmin
# Set to 'true' for MinIO or other services that need path-style addressing
OBJECT_STORAGE_FORCE_PATH_STYLE=false
JWT_SECRET=your-super-secret-jwt-key-please-change-me
PDS_HOSTNAME=localhost:3000 # The public-facing hostname of the PDS
# The public-facing hostname of the PDS
PDS_HOSTNAME=localhost:3000
PLC_URL=plc.directory
APPVIEW_URL=https://api.bsky.app