mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-06-07 07:32:35 +00:00
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
SERVER_HOST=127.0.0.1
|
|
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=
|
|
|
|
# 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
|
|
PLC_URL=plc.directory
|