Staging server for publishing content into staging database

System Information
  • 14:
  • linux:
  • postgresql:
  • 14:
  • 8.3:
  • Yarn Version:

Hi there, new to strapi but it seems very cool.

So say I had customized my strapi Admin UI, and had my collections. I deployed in one server, and I would like to offer a customized Admin UI to save/publish data and API with different urls, for staging and prod, split them,

for instance,

localhost:1337/staging/api/podcasts (staging)
localhost:1337/prod/api/podcasts (prod)

Is this possible? Note this is not a concept of testing code in staging server, but really is to test the text contents. I am thinking we will have a staging database instance, and a prod database instance separately so they do not get messed up.

Thanks!