30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
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
|
|
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
|
|
|
|
MEDIPOST_URL=your-medipost-url
|
|
MEDIPOST_USER=your-medipost-user
|
|
MEDIPOST_PASSWORD=your-medipost-password
|
|
MEDIPOST_RECIPIENT=your-medipost-recipient
|
|
|
|
CONNECTED_ONLINE_URL=your-connected-online-url
|
|
CONNECTED_ONLINE_CONFIRMED_URL=your-connected-confirmed-url
|
|
|
|
EMAIL_SENDER=
|
|
EMAIL_USER= # refer to your email provider's documentation
|
|
EMAIL_PASSWORD= # refer to your email provider's documentation
|
|
EMAIL_HOST= # refer to your email provider's documentation
|
|
EMAIL_PORT= # or 465 for SSL
|
|
EMAIL_TLS= # or false for SSL (see provider documentation)
|
|
|
|
NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY=
|
|
MEDUSA_SECRET_API_KEY=
|
|
|
|
NEXT_PUBLIC_MONTONIO_ACCESS_KEY=7da5d7fa-3383-4997-9435-46aa818f4ead
|
|
MONTONIO_SECRET_KEY=rNZkzwxOiH93mzkdV53AvhSsbGidrgO2Kl5lE/IT7cvo
|
|
MONTONIO_API_URL=https://sandbox-stargate.montonio.com
|
|
|
|
JOBS_API_TOKEN=73ce073c-6dd4-11f0-8e75-8fee89786197
|