.env.production 154 B

12345678
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = '/api'
  5. VUE_APP_TERMINAL_API = '/terminal'
  6. VUE_APP_MQ_URL = 'ws://192.168.96.94:15674/ws'