|
@@ -3,6 +3,7 @@ const redisHost = 'host.docker.internal'; // 10.120.114.6
|
|
|
const redisPwd = '1234qwer!@#$';
|
|
|
const redisDB = 0;
|
|
|
const coreApiPrefix = '/cxyy/api';
|
|
|
+const coreEsPrefix = '/cxyy/es';
|
|
|
const loginSign = 'cxyy';
|
|
|
export default {
|
|
|
// use for cookie sign key, should change to your own and keep security
|
|
@@ -22,7 +23,7 @@ export default {
|
|
|
[coreApiPrefix]: {
|
|
|
baseURL: 'http://127.0.0.1:9700',
|
|
|
},
|
|
|
- '/test/api': {
|
|
|
+ [coreEsPrefix]: {
|
|
|
baseURL: 'http://127.0.0.1:9701',
|
|
|
},
|
|
|
},
|