mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-29 13:50:08 -07:00
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
export const TEST_PORT = '3232';
|
|
export const TEST_HOST = '123.123.123.123';
|
|
export const TEST_PROTOCOL = 'http';
|