微信小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  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. }