Skip to content

Naming Conventions for tb.pro

Malini Das edited this page Nov 8, 2024 · 1 revision

Backend

For our TB services, we follow this convention for the backend:

[product]-backend[-env].tb.pro

where -env is either -stage or -dev, or empty if it's production.

Example: send-backend-stage.tb.pro for staging, and send-backend.tb.pro for production

Frontend

Follow this convention:

[product][-env].tb.pro

where [-env] is either dev for dev, stage for staging, or ignored for prod

Example: send-stage.tb.pro for staging, and send.tb.pro for production

Clone this wiki locally