22 lines
341 B
Markdown
22 lines
341 B
Markdown
# Environments
|
|
|
|
## Definitions
|
|
|
|
- Local (`loc`)
|
|
|
|
Your local machine.
|
|
|
|
- Development (`dev`)
|
|
|
|
Useful for us to test the implementation without messing with
|
|
the partners experience.
|
|
|
|
- Staging (`stg`)
|
|
|
|
Used to simulate production and as homologation version.
|
|
Works as the last step before production.
|
|
|
|
- Production (`prd`)
|
|
|
|
Production server.
|