9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
# Database Configuration
|
|
DATABASE_URL=postgresql://username:password@localhost:5432/filestore
|
|
|
|
# Upload Directory
|
|
UPLOAD_DIR=./uploads
|
|
|
|
# Server Configuration
|
|
HOST=0.0.0.0
|
|
PORT=8000 |