From b95a9cacfe9df0818ece67fe3bf6f9d5a5c380fe Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 27 Jul 2026 14:58:38 +0000 Subject: [PATCH] add json files --- ghaymah.production.json | 18 ++++++++++++++++++ ghaymah.staging.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 ghaymah.production.json create mode 100644 ghaymah.staging.json diff --git a/ghaymah.production.json b/ghaymah.production.json new file mode 100644 index 0000000..df9415c --- /dev/null +++ b/ghaymah.production.json @@ -0,0 +1,18 @@ +{ + "id": "3dc9f5f9-2918-4a24-b329-6414989d141d", + "name": "exam-api-production", + "projectId": "6d1bb957-8a2c-4a88-86f3-6a937b7971f0", + "ports": [ + { + "expose": true, + "number": 5000 + } + ], + "publicAccess": { + "enabled": true, + "domain": "auto" + }, + "resourceTier": "t2", + "dockerFileName": "Dockerfile" +} + diff --git a/ghaymah.staging.json b/ghaymah.staging.json new file mode 100644 index 0000000..85c436c --- /dev/null +++ b/ghaymah.staging.json @@ -0,0 +1,18 @@ +{ + "id": "e577a6f6-fe08-41aa-9d41-0df0833e35e4", + "name": "exam-api-staging", + "projectId": "6d1bb957-8a2c-4a88-86f3-6a937b7971f0", + "ports": [ + { + "expose": true, + "number": 5000 + } + ], + "publicAccess": { + "enabled": true, + "domain": "auto" + }, + "resourceTier": "t1", + "dockerFileName": "Dockerfile" +} +