Initial commit: Saleor Core Extensions app with order email notifications

This commit is contained in:
Unchained
2026-03-26 11:27:25 +02:00
parent 70ddc8a4dc
commit bd8d941b1c
15 changed files with 16764 additions and 10028 deletions
+14 -8
View File
@@ -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