Adding Wasabi

This commit is contained in:
blaisadmin
2026-05-02 01:17:43 -04:00
parent d2d130d960
commit 1bb3002baf
9 changed files with 159 additions and 5 deletions
+8
View File
@@ -2,6 +2,14 @@ POSTGRES_DB=flockpal
POSTGRES_USER=flockpal
POSTGRES_PASSWORD=change_me_for_production
REDIS_URL=redis://redis:6379
IMAGE_STORAGE_PROVIDER=database
S3_ENDPOINT=
S3_REGION=
S3_BUCKET=
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_PUBLIC_BASE_URL=
S3_KEY_PREFIX=bird-photos
FRONTEND_URL=http://localhost:3000
BACKEND_URL=http://localhost:5000
VITE_API_BASE_URL=http://localhost:5000/api