mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 23:59:39 +02:00
Feat: New project chat, uload refactor (postgress), hosting plans, uload landingpage
This commit is contained in:
parent
559eb08d8c
commit
fcf3a344b1
123 changed files with 7106 additions and 3715 deletions
4
packages/uload-database/.env.example
Normal file
4
packages/uload-database/.env.example
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue