Clean unused environment variables
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Tuju / Zoracord
|
# Toju / Zoracord
|
||||||
|
|
||||||
Desktop chat app with three parts:
|
Desktop chat app with three parts:
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
serverUrl: 'https://your-server.com/api',
|
|
||||||
signalingUrl: 'wss://your-server.com/signaling',
|
|
||||||
defaultServerUrl: ''
|
defaultServerUrl: ''
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
serverUrl: 'http://localhost:3000/api',
|
|
||||||
signalingUrl: 'ws://localhost:3001',
|
|
||||||
defaultServerUrl: 'https://46.59.68.77:3001'
|
defaultServerUrl: 'https://46.59.68.77:3001'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user