Appearance
📦 Environments
SPAR platform is deployed in multiple environments, each serving a specific purpose in the development and deployment lifecycle.
Feature (feature)
The feature environment is a standalone environment that is used for development and testing of new features. It is typically used by developers and the QA team to test new features before they are merged into the main codebase.
The feature environment is automatically destroyed after the feature is completed.
| Endpoint | Description |
|---|---|
| https://frontend-spar-pr-{FEATURE-ID}.core-suite.tech | Frontend |
| https://strapi-spar-pr-{FEATURE-ID}.core-suite.tech | Strapi |
| https://admin-spar-pr-{FEATURE-ID}.core-suite.tech | Admin |
| https://api-spar-pr-{FEATURE-ID}.core-suite.tech | API endpoint |
| https://docs-spar-pr-{FEATURE-ID}.core-suite.tech | Documentation |
Replace {FEATURE-ID} with the ID of the feature branch.
Acceptance (ACC)
The acceptance environment is a shared environment that is used for testing. It is typically used by the QA team and developers to test features in an isolated environment.
| Endpoint | Description |
|---|---|
| https://frontend-spar-acc.core-suite.tech | Frontend |
| https://strapi-spar-acc.core-suite.tech | Strapi |
| https://admin-spar-acc.core-suite.tech | Admin |
| https://api-spar-acc.core-suite.tech | API endpoint |
| https://docs-spar-acc.core-suite.tech | Documentation |
Production (PROD)
Not available yet.