mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add environment
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
import { versionData } from '../../../version/git-version'
|
||||
import { Environment } from './../../app/models/envarioment'
|
||||
|
||||
export const DevProd: Environment = {
|
||||
id:'1',
|
||||
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',
|
||||
production: true,
|
||||
domain: 'gabinetedigital.local',
|
||||
defaultuser: '',
|
||||
defaultuserpwd: '',
|
||||
chatOffline: true,
|
||||
presidential: false,
|
||||
version: versionData,
|
||||
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
||||
logoLabel: 'doneIT',
|
||||
despachoLabel: 'do Titular',
|
||||
despachoLabel2: 'Despachos do Titular',
|
||||
agendaPR: 'Agenda do Titular',
|
||||
agendaVP: 'Agenda do (MD)',
|
||||
PR: 'Titular',
|
||||
VP: '',
|
||||
dispatchPR: 'Despachos Titular',
|
||||
};
|
||||
|
||||
export const DevDev: Environment = {
|
||||
id:'1',
|
||||
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',
|
||||
production: true,
|
||||
domain: 'gabinetedigital.local',
|
||||
defaultuser: 'paulo.pinto@gabinetedigital.local',
|
||||
defaultuserpwd: 'tabteste@006',
|
||||
chatOffline: true,
|
||||
presidential: false,
|
||||
version: versionData,
|
||||
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
||||
logoLabel: 'doneIT',
|
||||
despachoLabel: 'do Titular',
|
||||
despachoLabel2: 'Despachos do Titular',
|
||||
agendaPR: 'Agenda do Titular',
|
||||
agendaVP: 'Agenda do (MD)',
|
||||
PR: 'Titular',
|
||||
VP: '',
|
||||
dispatchPR: 'Despachos Titular',
|
||||
};
|
||||
Reference in New Issue
Block a user