docs: add README and env examples
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=your-password-here
|
||||
POSTGRES_DB=loft
|
||||
DATABASE_URL=postgres://postgres:your-password-here@db:5432/loft
|
||||
STORAGE_PATH=/app/storage
|
||||
Reference in New Issue
Block a user