docs: add README and env examples

This commit is contained in:
2026-06-24 20:11:07 +03:00
parent 690a7111aa
commit 7d06c9e93d
4 changed files with 54 additions and 0 deletions

5
backend/.env.example Normal file
View File

@@ -0,0 +1,5 @@
DATABASE_URL=postgres://postgres:your-password-here@localhost:5432/loft
STORAGE_PATH=/tmp/loft-files
POSTGRES_USER=postgres
POSTGRES_PASSWORD=your-password-here
POSTGRES_DB=loft