mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
Fix: Picture App envs
This commit is contained in:
parent
c6b95ee8fb
commit
046a0e3fe7
2 changed files with 31 additions and 0 deletions
|
|
@ -108,3 +108,14 @@ MANACORE_SUPABASE_ANON_KEY=your-supabase-anon-key
|
|||
MANADECK_BACKEND_PORT=3004
|
||||
MANADECK_SUPABASE_URL=https://your-manadeck-project.supabase.co
|
||||
MANADECK_SUPABASE_ANON_KEY=your-supabase-anon-key
|
||||
|
||||
# ============================================
|
||||
# PICTURE PROJECT
|
||||
# ============================================
|
||||
|
||||
PICTURE_SUPABASE_URL=https://your-picture-project.supabase.co
|
||||
PICTURE_SUPABASE_ANON_KEY=your-supabase-anon-key
|
||||
|
||||
# OAuth (optional - leave empty to disable)
|
||||
PICTURE_GOOGLE_CLIENT_ID=
|
||||
PICTURE_APPLE_CLIENT_ID=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue