init
This commit is contained in:
5
src/environments/environment.prod.ts
Normal file
5
src/environments/environment.prod.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
serverUrl: 'https://your-server.com/api',
|
||||
signalingUrl: 'wss://your-server.com/signaling',
|
||||
};
|
||||
Reference in New Issue
Block a user