preparing for public release
All checks were successful
Build and Publish Docker Image / build (push) Successful in 41s

This commit is contained in:
Timothy Rogers 2025-05-24 17:09:58 -04:00
parent 5d37c7720d
commit 85086c0077
4 changed files with 116 additions and 2 deletions

12
.env.example Normal file
View file

@ -0,0 +1,12 @@
## 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