mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-11 22:30:59 +04:30
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>
38 lines
720 B
JSON
38 lines
720 B
JSON
{
|
|
"id": "meshkee-website-api-global",
|
|
"name": "Meshkee Website API — Global",
|
|
"values": [
|
|
{
|
|
"key": "baseUrl",
|
|
"value": "https://api.meshkee.com/api/v1",
|
|
"type": "default",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "domain",
|
|
"value": "YOUR_WEBSITE_DOMAIN",
|
|
"type": "default",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "businessId",
|
|
"value": "",
|
|
"type": "default",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "accessToken",
|
|
"value": "",
|
|
"type": "secret",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"key": "refreshToken",
|
|
"value": "",
|
|
"type": "secret",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"_postman_variable_scope": "environment"
|
|
}
|