mirror of
https://github.com/BradNut/TofuStack
synced 2025-09-08 17:40:26 +00:00
15 lines
316 B
Text
15 lines
316 B
Text
# API
|
|
ORIGIN=http://localhost:5173
|
|
|
|
# Database
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# Storage
|
|
PUBLIC_IMAGE_URI=http://localhost:9000/dev
|
|
STORAGE_BUCKET=dev
|
|
STORAGE_URL=http://localhost:9000
|
|
STORAGE_ACCESS_KEY=user
|
|
STORAGE_SECRET_KEY=password
|