careerty-prism 1.0.35 → 1.0.37

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.
package/.env CHANGED
@@ -5,7 +5,7 @@
5
5
  # See the documentation for all the connection string options: https://pris.ly/d/connection-strings
6
6
  PORT=5001
7
7
  ACCESS_TOKEN_SECRET=3e9af42de397cfc9387a06972c28c23a1ac7e9a60fb6dc1f05295bc6057baf500672d4a13db5d04ea84bbc4c5679164a7723f3d49f516bb73dc3df6e3b768c8e
8
- DATABASE_URL="mysql://root:@localhost:3306/blcvapp"
8
+ DATABASE_URL="mysql://blaxk:password@localhost:3306/blcvapp"
9
9
  PROTOCOL_BASEURL="https://"
10
10
  FRONT_APP_URL="app.careerty.net"
11
11
  BACKEND_APP_URL="api.careerty.net"
@@ -24,4 +24,4 @@ PAYPAL_SECERET=EK6EWBe3sBJwOVFfcbMS-IzvcgW4ioe_Q-3_-OgP3zjJ8id0bTyBEFAFQX0LBekut
24
24
 
25
25
  #Plat
26
26
  #sb-4947lh29161778@business.example.com
27
- #aG!6.O6x
27
+ #aG!6.O6x
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- module.exports = require('@prisma/client')
2
-
3
- // "generate": "npx prisma generate"
1
+ module.exports = require('@prisma/client')
2
+
3
+ // "generate": "npx prisma generate"
4
4
  // "postinstall": "npm run generate"