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" +} +