1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2024-12-23 15:26:31 +00:00
homebox/client/test/config.ts

5 lines
112 B
TypeScript
Raw Normal View History

2022-08-30 02:30:36 +00:00
export const PORT = "7745";
export const HOST = "http://127.0.0.1";
export const BASE_URL = HOST + ":" + PORT;