微信小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

18 satır
434 B

  1. module.exports = {
  2. LOCAL: {
  3. URL_PREFIX: 'http://110.11.11.11:8080/earth-api',
  4. },
  5. DEV: {
  6. URL_PREFIX: 'http://110.11.11.11:8080/earth-api',
  7. },
  8. TEST: {
  9. URL_PREFIX: 'http://110.11.11.11:8080/earth-api',
  10. },
  11. PRE: {
  12. URL_PREFIX: 'http://110.11.11.11:8080/earth-api',
  13. },
  14. PROD: {
  15. URL_PREFIX: 'https://110.11.11.11:8080/earth-api',
  16. }
  17. }