mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
435551c207
Object storage now works fully, with the permission system. It still needs additional external endpoints for updating and deleting objects from the API, but it is otherwise complete. Further tasks include writing an S3 adapter.
9 lines
149 B
Bash
9 lines
149 B
Bash
DATABASE_URL="postgres://drop:drop@127.0.0.1:5432/drop"
|
|
|
|
CLIENT_CERTIFICATES="./.data/ca"
|
|
|
|
FS_BACKEND_PATH="./.data/objects"
|
|
|
|
GIANT_BOMB_API_KEY=""
|
|
|