h5
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.

22 lines
713 B

var config = {
// baseUrl: 'https://test.tall.wiki',
// apiUrl: 'https://test.tall.wiki/gateway',
// msgUrl: 'wss://test.tall.wiki/websocket/message/v4.0/ws',
// projectPath: 'https://test.tall.wiki/tall-project',
baseUrl: 'http://101.201.226.163',
apiUrl: 'http://101.201.226.163/gateway',
3 years ago
msgUrl: 'ws://101.201.226.163:8196/message/v4.0/ws',
projectPath: 'https://101.201.226.163/tall-project',
serviceList: ['ZERO', 'CONTEST', 'PT'],
// baseUrl: 'https://www.tall.wiki',
// apiUrl: 'https://www.tall.wiki/gateway',
// msgUrl: 'wss://www.tall.wiki/websocket/message/v4.0/ws';
// projectPath: 'https://www.tall.wiki/tall-project',
version: 'v4.0.0'
};
export default config;