mirror of https://github.com/tp4a/teleport
13 lines
339 B
C
13 lines
339 B
C
#ifndef __TS_CONST_H__
|
|
#define __TS_CONST_H__
|
|
|
|
#define TS_WEB_URL L"http://teleport.eomsoft.net/"
|
|
#define TS_BBS_URL L"http://bbs.eomsoft.net/"
|
|
#define TS_TRAY_MSG L"Teleport助手正常工作中"
|
|
|
|
#define TS_HTTP_RPC_PORT 50022
|
|
//#define TS_HTTP_RPC_HOST "127.0.0.1"
|
|
#define TS_HTTP_RPC_HOST "localhost"
|
|
|
|
#endif // __TS_CONST_H__
|