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