3 dots added to large text

This commit is contained in:
Eudes Inácio
2023-10-20 17:05:39 +01:00
parent 7eb237b59d
commit ebb7115824
25 changed files with 1093 additions and 1150 deletions
+5 -3
View File
@@ -3,7 +3,7 @@ import { Environment } from './../../app/models/envarioment'
export const DevProd: Environment = {
id:'3',
apiURL: 'https://bpmdev.gdapi-dev.dyndns.info/api/',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
@@ -23,7 +23,8 @@ export const DevProd: Environment = {
VP: '',
dispatchPR: 'Despachos Presidênciais',
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
storageProduction: true
storageProduction: true,
rejectUnauthorized: "true"
/* production: true,
domain: 'gabinetedigital.local',
defaultuser: '',
@@ -66,7 +67,8 @@ export const DevDev: Environment = {
VP: '',
dispatchPR: 'Despachos Presidênciais',
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
storageProduction: false
storageProduction: false,
rejectUnauthorized: "true"
/* production: true,
domain: 'gabinetedigital.local',
defaultuser: 'paulo.pinto@gabinetedigital.local',