mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-07-31 02:42:37 +00:00
Initial did:web and objsto impl
This commit is contained in:
+7
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user