7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
export const environment = {
|
|
version: "3.0-beta4",
|
|
api_url: "http://localhost:3000",
|
|
cdn_url: "http://localhost:4000",
|
|
ws_url: "ws://localhost:3000",
|
|
};
|