TofuStack/.env.example

16 lines
316 B
Text
Raw Normal View History

2024-09-02 04:36:41 +00:00
# API
2024-05-25 06:02:26 +00:00
ORIGIN=http://localhost:5173
# Database
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
2024-09-02 04:36:41 +00:00
# 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