Best practise for test env & production

Options
Hello guys,

We need to setup test or development env and production env. So easliy work on dev env and push changes to production env. Please suggest or guide us to achieve this within our current workspace.

Looking forward to hear you soon.

Thanks

Comments

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options
    Branches let you develop separately from production. It's not perfect, but it lets you separate a lot of the concerns.
  • Riaan Backer
    Options
     - I am making use of the headers. X-Data-Source: test in each API call where I need to call external system to ensure I can connect to the external system test system.