Skip to content

Commit c0e02ee

Browse files
committed
chore: Release v0.2.11 - See CHANGELOG
1 parent 94f208a commit c0e02ee

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.11 (February 14th, 2022)
2+
3+
- updated redis url
4+
15
## 0.2.10 (February 14th, 2022)
26

37
- up dependencies and migrated from ioredis to redis

cfg/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"redis": {
3-
"host": "localhost",
4-
"port": 6379,
3+
"url": "redis://localhost:6379",
54
"offsetStoreInterval": 1000,
65
"db-indexes": {
76
"db-offsetStore": 0,

cfg/config_production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"redis": {
13-
"host": "redis"
13+
"url": "redis://redis:6379"
1414
},
1515
"events": {
1616
"kafka": {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restorecommerce/notification-srv",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "Restorecommerce notification microservice",
55
"main": "lib/start.js",
66
"author": "n-fuse GmbH",

0 commit comments

Comments
 (0)