Skip to content

Commit aab423a

Browse files
committed
Updated redis connection strings
1 parent 08483d0 commit aab423a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Exceptionless.Job/appsettings.Development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ConnectionStrings:
3-
# Redis: server="localhost,abortConnect=false"
3+
# Redis: localhost,abortConnect=false
44
# Elasticsearch: server=https://elastic:elastic@localhost:9200
55
# Cache: provider=redis;
66
# MessageBus: provider=redis;

src/Exceptionless.Job/appsettings.Staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ConnectionStrings:
3-
# Redis: server="localhost,abortConnect=false"
3+
# Redis: localhost,abortConnect=false
44
# Elasticsearch: server=http://localhost:9200;replicas=0
55
# Cache: provider=redis;
66
# MessageBus: provider=redis;

src/Exceptionless.Web/appsettings.Development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ConnectionStrings:
3-
# Redis: server="localhost,abortConnect=false"
3+
# Redis: localhost,abortConnect=false
44
# Elasticsearch: server=https://elastic:elastic@localhost:9200
55
# Cache: provider=redis;
66
# MessageBus: provider=redis;

src/Exceptionless.Web/appsettings.Staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ConnectionStrings:
3-
# Redis: server="localhost,abortConnect=false"
3+
# Redis: localhost,abortConnect=false
44
# Elasticsearch: server=http://localhost:9200;replicas=0
55
# Cache: provider=redis;
66
# MessageBus: provider=redis;

tests/Exceptionless.Tests/appsettings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ConnectionStrings:
3-
# Redis: server="localhost,abortConnect=false"
3+
# Redis: localhost,abortConnect=false
44
# Elasticsearch: server=https://elastic:elastic@localhost:9200
55
# Cache: provider=redis;
66
# MessageBus: provider=redis;

0 commit comments

Comments
 (0)