* B2B-84: add public message sync function and audit schema * clean up unnecessary comment * clean up unnecessary seed file * address comments --------- Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
9 lines
373 B
Plaintext
9 lines
373 B
Plaintext
# Update these with your Supabase details from your project settings > API
|
|
# https://app.supabase.com/project/_/settings/api
|
|
NEXT_PUBLIC_SUPABASE_URL=your-project-url
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
|
|
NEXT_PUBLIC_SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
|
|
|
|
MEDIPOST_URL=your-medpost-url
|
|
MEDIPOST_USER=your-medpost-user
|
|
MEDIPOST_PASSWORD=your-medpost-password |