change chat enviroment

This commit is contained in:
Peter Maquiran
2023-04-18 09:02:51 +01:00
parent d585331bd7
commit 71d39b51e3
3 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -28,25 +28,25 @@
<div>
<p class="time ion-text-left ">{{customDate}}</p>
<div class="wrap d-flex float-left">
<div class="event-box" (click)="goToAllTaskFilter('ForToDay')">
<div class="event-box pointer" (click)="goToAllTaskFilter('ForToDay')">
<!-- <p>correspondencia com prazo para hoje</p> -->
<p>Tarefas que terminam hoje</p>
<span>{{ TaskService.deadline }}</span>
</div>
<div class="event-box" (click)="goToAllTaskFilter('OverdueTasks')">
<div class="event-box pointer" (click)="goToAllTaskFilter('OverdueTasks')">
<!-- <p>correspondencia em atraso</p> -->
<p>Tarefas em atraso</p>
<span>{{ TaskService.overdueTasks }}</span>
</div>
<div class="event-box" (click)="goToAllTaskFilter('New')">
<div class="event-box pointer" (click)="goToAllTaskFilter('New')">
<!-- <p>Novas correspondencia</p> -->
<p>Novas tarefas</p>
<span>{{ TaskService.new }}</span>
</div>
<div class="event-box" (click)="goToAllTaskFilter('unread')">
<div class="event-box pointer" (click)="goToAllTaskFilter('unread')">
<!-- <p>correspondencia não lidas</p> -->
<p>Tarefas não lidas</p>
<span>{{ TaskService.unread }}</span>
+4 -4
View File
@@ -4,8 +4,8 @@ import { Environment } from './../../app/models/envarioment'
export const DevProd: Environment = {
id:'3',
apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,
domain: 'gabinetedigital.local',
defaultuser: '',
@@ -27,8 +27,8 @@ export const DevProd: Environment = {
export const DevDev: Environment = {
id:'3',
apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,
domain: 'gabinetedigital.local',
defaultuser: 'paulo.pinto@gabinetedigital.local',