-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43f2e40
commit 4c58062
Showing
19 changed files
with
390 additions
and
643 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 was deleted.
Oops, something went wrong.
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
12 changes: 6 additions & 6 deletions
12
...arpConnector.Test/appsettings.litedb.json → ...harpConnector.Api/appsettings.litedb.json
100755 → 100644
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "LiteDb", | ||
"CollectionName": "test", | ||
"ConnectionString": "LiteDbTest.db" | ||
} | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "LiteDb", | ||
"CollectionName": "test", | ||
"ConnectionString": "LiteDbTest.db" | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
...Connector.Test/appsettings.memcached.json → ...pConnector.Api/appsettings.memcached.json
100755 → 100644
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "Memcached", | ||
"ConnectionString": "127.0.0.1:11211" | ||
} | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "Memcached", | ||
"ConnectionString": "127.0.0.1:11211" | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
...rpConnector.Test/appsettings.mongodb.json → ...arpConnector.Api/appsettings.mongodb.json
100755 → 100644
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "MongoDb", | ||
"DatabaseName": "test", | ||
"CollectionName": "test", | ||
"ConnectionString": "mongodb_connectionstring_here" | ||
} | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "MongoDb", | ||
"DatabaseName": "test", | ||
"CollectionName": "test", | ||
"ConnectionString": "mongodb_connectionstring_here" | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
...rpConnector.Test/appsettings.ravendb.json → ...arpConnector.Api/appsettings.ravendb.json
100755 → 100644
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "RavenDb", | ||
"DatabaseName": "test", | ||
"ConnectionString": "http://live-test.ravendb.net" | ||
} | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "RavenDb", | ||
"DatabaseName": "test", | ||
"ConnectionString": "http://live-test.ravendb.net" | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
...harpConnector.Test/appsettings.redis.json → ...SharpConnector.Api/appsettings.redis.json
100755 → 100644
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "Redis", | ||
"DatabaseNumber": 0, | ||
"ConnectionString": "redis_connectionstring_here" | ||
} | ||
{ | ||
"ConnectorConfig": { | ||
"Instance": "Redis", | ||
"DatabaseNumber": 0, | ||
"ConnectionString": "redis_connectionstring_here" | ||
} | ||
} |
Oops, something went wrong.