Initial commit: Saleor Core Extensions app with order email notifications
This commit is contained in:
+14
-8
@@ -1,8 +1,14 @@
|
||||
# Local development variables. When developped locally with Saleor inside docker, these can be set to:
|
||||
#
|
||||
# APP_IFRAME_BASE_URL = http://localhost:3000, so Dashboard on host can access iframe
|
||||
# APP_API_BASE_URL=http://host.docker.internal:3000 - so Saleor can reach App running on host, from the container.
|
||||
#
|
||||
# If developped with tunnels, set this empty, it will fallback to address the app is reached from (default port 3000).
|
||||
APP_IFRAME_BASE_URL=
|
||||
APP_API_BASE_URL=
|
||||
# Saleor App Configuration
|
||||
APP_IFRAME_BASE_URL=https://core-extensions.manoonoils.com
|
||||
APP_API_BASE_URL=https://core-extensions.manoonoils.com
|
||||
|
||||
# Email Configuration
|
||||
RESEND_API_KEY=your_resend_api_key
|
||||
FROM_EMAIL=support@mail.manoonoils.com
|
||||
FROM_NAME=ManoonOils
|
||||
ADMIN_EMAILS=me@hytham.me,tamara@hytham.me
|
||||
SITE_URL=https://dev.manoonoils.com
|
||||
|
||||
# Auth Persistence Layer
|
||||
# Use 'file' for development, 'upstash' for production
|
||||
APL=file
|
||||
Reference in New Issue
Block a user