mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:41:08 +02:00
4 lines
200 B
Text
4 lines
200 B
Text
# Database connection string
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5434/uload
|
|
# Or use project-specific variable
|
|
ULOAD_DATABASE_URL=postgresql://postgres:postgres@localhost:5434/uload
|