First commit
This commit is contained in:
5
src/environments/environment.development.ts
Normal file
5
src/environments/environment.development.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
api_url: "http://localhost:3000",
|
||||
cdn_url: "http://localhost:4000",
|
||||
ws_url: "ws://localhost:3000",
|
||||
};
|
||||
Reference in New Issue
Block a user