Clean unused environment variables

This commit is contained in:
2026-03-09 21:18:15 +01:00
parent 47473f4295
commit f95d375556
3 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Tuju / Zoracord # Toju / Zoracord
Desktop chat app with three parts: Desktop chat app with three parts:

View File

@@ -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: ''
}; };

View File

@@ -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'
}; };