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.
15 lines
468 B
15 lines
468 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: '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;
|