2025-05-24 19:01:29 -04:00
|
|
|
## Debugging
|
|
|
|
|
LOGGING_LEVEL=DEBUG
|
|
|
|
|
|
2025-05-24 17:09:58 -04:00
|
|
|
## Database Configuration
|
|
|
|
|
DATABASE_URL=sqlite:///instance/app.db
|
|
|
|
|
|
|
|
|
|
## File Storage
|
|
|
|
|
#STORAGE_URL=file://some/local/path/uploads
|
|
|
|
|
|
|
|
|
|
## S3 Storage Back-end
|
|
|
|
|
#STORAGE_URL=s3://bucketname
|
|
|
|
|
#S3_ACCESS_KEY=some-secure-user-key
|
|
|
|
|
#S3_SECRET_KEY=some-secure-secret-key
|
|
|
|
|
#S3_ENDPOINT_URL=http://localhost:9000 # Optional, for S3-compatible services
|
|
|
|
|
#S3_PUBLIC_URL=http://your-public-url # Optional, for direct file access
|