mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-11 22:30:59 +04:30
Add website API docs, SSL api-hosts, and git-only deploy workflow.
Serve public storefront docs at /docs/website, expose api.{domain} hosts for API SSL sync, and require push-then-pull deploys instead of rsync.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
bb59d5e9ba
commit
016cc15bf0
@@ -42,3 +42,14 @@ OPENAI_API_KEY=
|
||||
OPENAI_MODEL=gpt-4o-mini
|
||||
|
||||
MEDIA_MAX_FILE_SIZE_MB=10
|
||||
|
||||
# SSL sync (header X-SSL-Sync-Token)
|
||||
# Dashboards VPS: GET /api/v1/internal/ssl/hosts → manage + business./customer.{apex}
|
||||
# API VPS: GET /api/v1/internal/ssl/api-hosts → api.meshkee.com + api.{apex}
|
||||
SSL_SYNC_TOKEN=
|
||||
DASHBOARD_ADMIN_HOST=manage.meshkee.com
|
||||
CENTRAL_API_HOST=api.meshkee.com
|
||||
|
||||
# Website storefront deploy agent (POST from Super Admin → websites VM)
|
||||
WEBSITE_DEPLOY_AGENT_URL=http://89.44.241.119:9050/deploy
|
||||
WEBSITE_DEPLOY_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user