this repo has no description
1SERVER_HOST=127.0.0.1 2SERVER_PORT=3000 3 4DATABASE_URL=postgres://postgres:postgres@localhost:5432/pds 5 6OBJECT_STORAGE_ENDPOINT= 7OBJECT_STORAGE_REGION=us-east-1 8OBJECT_STORAGE_BUCKET=pds-blobs 9OBJECT_STORAGE_ACCESS_KEY= 10OBJECT_STORAGE_SECRET_KEY= 11 12# Set to 'true' for MinIO or other services that need path-style addressing 13OBJECT_STORAGE_FORCE_PATH_STYLE=false 14 15JWT_SECRET=your-super-secret-jwt-key-please-change-me 16PDS_HOSTNAME=localhost:3000 # The public-facing hostname of the PDS 17PLC_URL=plc.directory