|
@ -1,13 +1,13 @@ |
|
|
var config = { |
|
|
var config = { |
|
|
baseUrl: 'https://test.tall.wiki', |
|
|
// baseUrl: 'https://test.tall.wiki',
|
|
|
apiUrl: 'https://test.tall.wiki/gateway', |
|
|
// apiUrl: 'https://test.tall.wiki/gateway',
|
|
|
msgUrl: 'wss://test.tall.wiki/websocket/message/v4.0/ws', |
|
|
// msgUrl: 'wss://test.tall.wiki/websocket/message/v4.0/ws',
|
|
|
projectPath: 'https://test.tall.wiki/tall-project', |
|
|
// projectPath: 'https://test.tall.wiki/tall-project',
|
|
|
|
|
|
|
|
|
baseUrlNew: 'http://101.201.226.163', |
|
|
baseUrl: 'http://101.201.226.163', |
|
|
apiUrlNew: 'http://101.201.226.163/gateway', |
|
|
apiUrl: 'http://101.201.226.163/gateway', |
|
|
msgUrlNew: 'wss://101.201.226.163/websocket/message/v4.0/ws', |
|
|
msgUrl: 'wss://101.201.226.163/websocket/message/v4.0/ws', |
|
|
projectPathNew: 'https://101.201.226.163/tall-project', |
|
|
projectPath: 'https://101.201.226.163/tall-project', |
|
|
|
|
|
|
|
|
// baseUrl: 'https://www.tall.wiki',
|
|
|
// baseUrl: 'https://www.tall.wiki',
|
|
|
// apiUrl: 'https://www.tall.wiki/gateway',
|
|
|
// apiUrl: 'https://www.tall.wiki/gateway',
|
|
|