Files
wijtransferen/.env.example
T
2026-08-22 18:32:20 +02:00

24 lines
647 B
Bash

DB_DRIVER=postgres
POSTGRES_DB=surprise
POSTGRES_USER=surprise
POSTGRES_PASSWORD=surprise_dev_password
POSTGRES_PORT=5432
DATABASE_URL=postgres://surprise:surprise_dev_password@localhost:5432/surprise?sslmode=disable
SQLITE_PATH=./data/surprise.db
PORT=8080
CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173
SESSION_SECRET=local-development-session-secret-change-me
COOKIE_SECURE=false
STORAGE_ENDPOINT=localhost:9000
STORAGE_PUBLIC_ENDPOINT=
STORAGE_ACCESS_KEY=minioadmin
STORAGE_SECRET_KEY=minioadmin
STORAGE_BUCKET=gallery-media
STORAGE_USE_SSL=false
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001
VITE_API_BASE_URL=http://localhost:8080