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

11 lines
276 B

  1. module.exports = {
  2. DEV: {
  3. URL_PREFIX: '192.168.31.228:8080/',
  4. },
  5. PRE: {
  6. URL_PREFIX: 'http://192.168.31.196:3318/rural_collective_assetes',
  7. },
  8. PROD: {
  9. URL_PREFIX: 'http://192.168.31.196:3318/rural_collective_assetes',
  10. }
  11. }