inital commit, very early alpha stage

This commit is contained in:
2026-06-30 13:38:24 +02:00
parent f5530ad336
commit 70cf1a84ca
72 changed files with 14074 additions and 2 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
APP_NAME=GroupHome
ENVIRONMENT=development
DEV_MODE=true
SERVER_NAME=GroupHome Local
SERVER_ORIGIN=http://localhost:8000
API_BASE_URL=http://localhost:8000/api
FRONTEND_ORIGIN=http://localhost:5173
DATABASE_URL=sqlite:///./grouphome.db
SESSION_SECRET=replace-this-with-a-long-random-secret
SESSION_COOKIE_NAME=grouphome_session
COOKIE_SECURE=false
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost:4173
UPLOAD_DIR=./storage/uploads
MAX_UPLOAD_BYTES=10485760