@wrcb/cb-common 1.0.450 → 1.0.451

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.
@@ -174,7 +174,8 @@ TenantDataService.tenantDataMap = {
174
174
  [tenant_1.Tenant.PrivateShow]: {
175
175
  TENANT: tenant_1.Tenant.PrivateShow,
176
176
  SITE_NAME: 'PromoteView',
177
- SITE_URL: 'https://privateshow.com.br',
177
+ SITE_URL: 'http://privateshow.com.br:32105',
178
+ // SITE_URL: 'https://privateshow.com.br:32660', // Porta HTTPS do nodeport
178
179
  SITE_DESCRIPTION: 'Aqui, você nunca fica sozinho!',
179
180
  KEYWORDS: ['porn'],
180
181
  SOCIAL_X: 'https://x.com/privateshow',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.450",
3
+ "version": "1.0.451",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",