mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 20:06:42 +02:00
Feat: Login localization, design, märchenzauber feature complete webapp
This commit is contained in:
parent
9c584a2580
commit
84f9343d25
47 changed files with 3254 additions and 175 deletions
10
packages/manadeck-database/.env.example
Normal file
10
packages/manadeck-database/.env.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Database connection URL
|
||||
# Format: postgresql://user:password@host:port/database
|
||||
DATABASE_URL=postgresql://postgres:password@localhost:5432/manadeck
|
||||
|
||||
# Alternative name (used as fallback)
|
||||
MANADECK_DATABASE_URL=postgresql://postgres:password@localhost:5432/manadeck
|
||||
|
||||
# Supabase credentials (only needed for migration)
|
||||
SUPABASE_URL=https://your-project.supabase.co
|
||||
SUPABASE_SERVICE_KEY=your-service-role-key
|
||||
Loading…
Add table
Add a link
Reference in a new issue