6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
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
|