All checks were successful
Build and Publish Docker Image / build (push) Successful in 39s
15 lines
No EOL
440 B
Text
15 lines
No EOL
440 B
Text
## Debugging
|
|
LOGGING_LEVEL=DEBUG
|
|
|
|
## 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 |