This commit is contained in:
2025-08-29 12:51:43 +03:00
parent 64f51967e3
commit 04f8e56d76
13 changed files with 73 additions and 46 deletions

View File

@@ -1,5 +1,6 @@
export const environment = {
hostUrl: 'http://localhost:3000',
mapTilerApiKey: '9LJZ0OppHyT3LzvQW3ce'
mapTilerApiKey: '9LJZ0OppHyT3LzvQW3ce',
socketUrl: 'ws://localhost:3000'
};