@wrcb/cb-common 1.0.557 → 1.0.558
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -120,7 +120,7 @@ TenantDataService.tenantDataMap = {
|
|
|
120
120
|
],
|
|
121
121
|
EMAIL_HOST: 'smtp.gmail.com',
|
|
122
122
|
EMAIL_PORT: '587',
|
|
123
|
-
EMAIL_USER: '
|
|
123
|
+
EMAIL_USER: 'privateshowbr@gmail.com',
|
|
124
124
|
AUTH_FACEBOOK_APP_ID: '702257899370-o4qa3kvuqpgls58lkqdn5s9u3mhdjfme.apps.googleusercontent.com',
|
|
125
125
|
AUTH_GOOGLE_ID: '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',
|
|
126
126
|
AUTH_GOOGLE_SECRET: '',
|
|
@@ -192,7 +192,7 @@ TenantDataService.tenantDataMap = {
|
|
|
192
192
|
],
|
|
193
193
|
EMAIL_HOST: 'smtp.gmail.com',
|
|
194
194
|
EMAIL_PORT: '587',
|
|
195
|
-
EMAIL_USER: '
|
|
195
|
+
EMAIL_USER: 'privateshowbr@gmail.com',
|
|
196
196
|
AUTH_FACEBOOK_APP_ID: '',
|
|
197
197
|
AUTH_GOOGLE_ID: '',
|
|
198
198
|
AUTH_GOOGLE_SECRET: '',
|
|
@@ -210,12 +210,7 @@ TenantDataService.tenantDataMap = {
|
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
212
|
RATING_CRITERIA: {
|
|
213
|
-
criteriaOptions: [
|
|
214
|
-
'ServiceQuality',
|
|
215
|
-
'Service',
|
|
216
|
-
'Prices',
|
|
217
|
-
'Cleaning'
|
|
218
|
-
],
|
|
213
|
+
criteriaOptions: ['ServiceQuality', 'Service', 'Prices', 'Cleaning'],
|
|
219
214
|
minCriteriaCount: 1,
|
|
220
215
|
maxCriteriaCount: 5
|
|
221
216
|
}
|
|
@@ -255,7 +250,7 @@ TenantDataService.tenantDataMap = {
|
|
|
255
250
|
],
|
|
256
251
|
EMAIL_HOST: 'smtp.gmail.com',
|
|
257
252
|
EMAIL_PORT: '587',
|
|
258
|
-
EMAIL_USER: '
|
|
253
|
+
EMAIL_USER: 'privateshowbr@gmail.com',
|
|
259
254
|
AUTH_FACEBOOK_APP_ID: '',
|
|
260
255
|
AUTH_GOOGLE_ID: '',
|
|
261
256
|
AUTH_GOOGLE_SECRET: '',
|