You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
334 B
12 lines
334 B
|
10 months ago
|
'use strict'
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
NODE_ENV: '"test"',
|
||
|
|
ENV_CONFIG: '"test"',
|
||
|
|
BASE_API: '"https://test.3x.chace-ai.net"',
|
||
|
|
CHACE_AI_API: '"https://test.3x.chace-ai.net"',
|
||
|
|
CHACE_DOMAIN: '"https://test.3x.chace-ai.net"',
|
||
|
|
CHACEAI_DOMAIN: '"https://test.3x.chace-ai.net"',
|
||
|
|
//VUE_APP_WS_BASE_API: '"wss://test.chace-pro.com"',
|
||
|
|
}
|