mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
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
Plaintext
9 lines
149 B
Plaintext
DATABASE_URL="postgres://drop:drop@127.0.0.1:5432/drop"
|
|
|
|
CLIENT_CERTIFICATES="./.data/ca"
|
|
|
|
FS_BACKEND_PATH="./.data/objects"
|
|
|
|
GIANT_BOMB_API_KEY=""
|
|
|