diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 05a0eecbd..4fb899a73 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,7 +6,7 @@ export const environment = { production: false, apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v2/api/', domain: 'gabinetedigital.local', - defaultuser: '', + defaultuser: 'tiago.kayaya', defaultuserpwd: 'tabteste@006' };