preparing for public release
All checks were successful
Build and Publish Docker Image / build (push) Successful in 41s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 41s
This commit is contained in:
parent
5d37c7720d
commit
85086c0077
4 changed files with 116 additions and 2 deletions
12
.env.example
Normal file
12
.env.example
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue