.env.local 543 B

1234567891011121314151617
  1. ## LOCAL ENVIRONMENT FILE
  2. ## API Base Url
  3. SSR_API_BASE_URL=http://nginx_new
  4. CLIENT_API_BASE_URL=https://local.new.api.opentalent.fr
  5. # Legacy API Base Url
  6. SSR_APILEG_BASE_URL=http://nginx
  7. CLIENT_APILEG_BASE_URL=https://local.api.opentalent.fr
  8. # Legacy Admin Base Url
  9. SSR_ADMINLEG_BASE_URL=https://local.admin.opentalent.fr/#
  10. CLIENT_ADMINLEG_BASE_URL=https://local.admin.opentalent.fr/#
  11. # Typo3 Base Url
  12. SSR_TYPO3_BASE_URL=https://local.sub.opentalent.fr/###subDomain###
  13. CLIENT_TYPO3_BASE_URL=https://local.sub.opentalent.fr/###subDomain###