inital commit, very early alpha stage
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user