Dev, Test and Prod:
When developing software projects, it makes sense to have a number of different environments that will allow you to develop without it affecting testing or production systems.
In most cases, these will be a Dev, Test/UAT, and Production environment.
For CMS based answerSpace environments, these are usually named using a -[environment] at the end of your project name.
For example:
- blinkm.co/myproject-dev
- blinkm.co/myproject-test
- blinkm.co/myproject-prod