Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

14 lignes
426 B

  1. //local
  2. API_URL=http://127.0.0.1:14005
  3. API_GRAPHQL_URI=http://127.0.0.1:14005/graphql
  4. BACKEND_SERVER_URI =http://127.0.0.1:14005
  5. //live
  6. API_URL=http://172.16.1.8:14009
  7. API_GRAPHQL_URI=http://172.16.1.8:14009/graphql
  8. BACKEND_SERVER_URI=http://172.16.1.8:14009
  9. //strapi live server
  10. API_URL=https://strapisite.thamrin.xyz
  11. API_GRAPHQL_URI=https://strapisite.thamrin.xyz/graphql
  12. BACKEND_SERVER_URI =https://strapisite.thamrin.xyz