Skip to content

Commit

Permalink
Merge pull request #99 from alkem-io/develop
Browse files Browse the repository at this point in the history
Release: Notifications working with new Preferences API
  • Loading branch information
valentinyanakiev authored Mar 10, 2022
2 parents 6565f72 + 8bc009e commit 9e6e201
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 89 deletions.
6 changes: 3 additions & 3 deletions notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ rabbitmq:
port: ${RABBITMQ_PORT}:5672

# RabbitMQ user
user: ${RABBITMQ_USER}:user
user: ${RABBITMQ_USER}:alkemio-admin

# RabbitMQ password
password: ${RABBITMQ_PASSWORD}:bitnami
password: ${RABBITMQ_PASSWORD}:alkemio!

## MONITORING ##
# This section defines settings used for DevOps - MONITORING providers, endpoints, logging configuration.
Expand Down Expand Up @@ -76,7 +76,7 @@ hosting:
environment: ${ENVIRONMENT}:Dev

alkemio:
endpoint: ${ALKEMIO_SERVER_ENDPOINT}:http://localhost:3000/admin/graphql
endpoint: ${ALKEMIO_SERVER_ENDPOINT}:http://localhost:3000/api/private/non-interactive/graphql
webclient_endpoint: ${ALKEMIO_WEBCLIENT_ENDPOINT}:http://localhost:3000
service_account:
username: ${SERVICE_ACCOUNT_USERNAME}:[email protected]
Expand Down
191 changes: 107 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alkemio-notifications",
"version": "0.5.0",
"version": "0.5.1",
"description": "Alkemio notifications service",
"author": "Alkemio Foundation",
"private": false,
Expand Down Expand Up @@ -34,7 +34,7 @@
"validate-connection": "ts-node src/utils/validate-connection.ts"
},
"dependencies": {
"@alkemio/client-lib": "^0.12.0",
"@alkemio/client-lib": "^0.13.0",
"@nestjs/axios": "^0.0.1",
"@nestjs/common": "^8.0.5",
"@nestjs/config": "^1.0.1",
Expand Down

0 comments on commit 9e6e201

Please sign in to comment.