mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-18 16:30:10 -07:00
10 lines
251 B
TypeScript
10 lines
251 B
TypeScript
export const TEST_ROOM_ID = '1';
|
|
export const TEST_SHARING_SESSION_ID = '123';
|
|
export const TEST_USER = {
|
|
username: 'asd',
|
|
publicKey: 'nvxm,zv',
|
|
privateKey: '14234',
|
|
};
|
|
export const TEST_APP_THEME = false;
|
|
export const TEST_APP_LANGUAGE = 'en';
|