changes to version, ssg, and storage

This commit is contained in:
2026-01-16 15:26:49 +11:00
parent 402a7f69aa
commit 2fef051c2f
32 changed files with 3311 additions and 2743 deletions

10
.env.development Normal file
View File

@@ -0,0 +1,10 @@
# App Configuration
DATABASE_URL=postgres://portfolio:portfolio@127.0.0.1:5432/portfolio
PAYLOAD_SECRET=123ABC
# S3 Configuration
S3_BUCKET="payload-media"
S3_REGION="us-east-1"
S3_ACCESS_KEY_ID="dev_key"
S3_SECRET_ACCESS_KEY="dev_secret"
S3_ENDPOINT="http://localhost:9000"