Newer
Older
rescue_front / config / prod.env.js
[wangxitong] on 26 Mar 2022 153 bytes first commit
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://111.198.10.15:11304"',
  BASE_API: '"http://192.168.8.102:11643"',
}