Skip to content

Commit 8de3f2d

Browse files
vaibhavbhalla2505Vaibhav  Bhallaa-ganguly
authored
refactor(sandbox): remove pubnub key (#2322)
GH-2320 Co-authored-by: Vaibhav Bhalla <[email protected]> Co-authored-by: a-ganguly <[email protected]>
1 parent c1a4f77 commit 8de3f2d

File tree

6 files changed

+329
-350
lines changed

6 files changed

+329
-350
lines changed

package-lock.json

Lines changed: 29 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ x-chat-notif-facade-notif-variables: &chat-notif-facade-notif-variables
207207
NOTIFCACHE_DB_PORT: 6379
208208
NOTIFCACHE_DB_PASSWORD:
209209
NOTIFCACHE_DB_DATABASE: 0
210-
PUBNUB_SUBSCRIBE_KEY: sub-c-795ac30a-1d26-11ec-ad6d-3eee4c94e219
211-
PUBNUB_PUBLISH_KEY: pub-c-64a4aaf2-20d5-481a-b4d5-15b06b441883
210+
PUBNUB_SUBSCRIBE_KEY:
211+
PUBNUB_PUBLISH_KEY:
212212
UUID: 381f84ff-d68d-1997-5d8a-bb4c09165219
213213
JWT_SECRET: i_am_a_strong_secret
214214
JWT_ISSUER: https://loopback4-microservice-catalog

sandbox/oauth-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@loopback/rest": "^14.0.9",
6060
"@loopback/rest-explorer": "^7.0.9",
6161
"@loopback/service-proxy": "^7.0.9",
62+
"@node-saml/passport-saml": "^5.1.0",
6263
"@sourceloop/authentication-service": "^22.0.2",
6364
"bcrypt": "^5.0.1",
6465
"db-migrate": "^1.0.0-beta.21",

0 commit comments

Comments
 (0)