Refinamentos 3

This commit is contained in:
Paulo Pinto
2020-08-28 15:28:38 +01:00
parent abb188e0fb
commit 7102f9cb83
6 changed files with 42 additions and 14 deletions
+2 -2
View File
@@ -2,6 +2,6 @@ export const environment = {
production: true,
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v1/api/',
domain: 'gabinetedigital.local',
defaultuser: 'paulo.pinto',
defaultuserpwd: 'tabteste@006'
defaultuser: '',
defaultuserpwd: ''
};