-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sandbox): example of pubnub as a provider in notification service (
#279) * feat(sandbox): example of pubnub as a provider in notification service MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208 * feat(sandbox): sonar fix MIGRATION CHANGE: migration-20210716062747- lint fix gh-208 * fix(core): upgrade loopback4-soft-delete gh-0 * fix(bpmn-service): fix readme for bpmn service (#278) GH-211 * feat(sandbox): add-tf-to-sandbox (#263) * feat(sandbox): k8s-yaml-to-hcl (#280) * feat(sandbox): pubnub example gh-208 * feat(sandbox): pubnub example gh-208 * feat(sandbox): basic-ci-setup (#298) * feat(sandbox): example of pubnub as a provider in notification service MIGRATION CHANGE: migration-20210716062747- notification migration migration-20210501132806- notification migration gh-208 * feat(sandbox): add-tf-to-sandbox (#263) * feat(sandbox): k8s-yaml-to-hcl (#280) * feat(sandbox): pubnub as a provider gh-208 * docs(sandbox): ading docs for pubnub config gh-208 Co-authored-by: Samarpan <[email protected]> Co-authored-by: akshatdubeysf <[email protected]> Co-authored-by: James Crowley <[email protected]>
- Loading branch information
1 parent
1d75ad7
commit e30a0ed
Showing
54 changed files
with
9,291 additions
and
681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ DB_HOST= | |
DB_PORT= | ||
DB_USER= | ||
DB_PASSWORD= | ||
DB_NAME= | ||
DB_DATABASE= | ||
REDIS_HOST= | ||
REDIS_PORT= | ||
REDIS_PASSWORD= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"ENV": "DB_PASSWORD" | ||
}, | ||
"database": { | ||
"ENV": "DB_NAME" | ||
"ENV": "DB_DATABASE" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.