Skip to content
Snippets Groups Projects

New: Handling multiple DataSources

Merged Benedikt Heinrichs requested to merge Product/152-connectToRds into master
7 files
+ 74
36
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 10
0
@@ -10,6 +10,16 @@ To use Kestrel you need to add the following NuGet packages:
@@ -10,6 +10,16 @@ To use Kestrel you need to add the following NuGet packages:
* ```Microsoft.AspNetCore.Mvc```
* ```Microsoft.AspNetCore.Mvc```
* ```Microsoft.AspNetCore```
* ```Microsoft.AspNetCore```
 
## Consul keys
 
 
The following Consul keys are required:
 
 
* "coscine/global/waterbutler_url"
 
* "coscine/global/rds_access_key"
 
* "coscine/global/rds_secret_key"
 
* "coscine/global/gitlabtoken"
 
* Look at cs/action Consul keys
 
## Https usage
## Https usage
Generate a developer certificate: ```dotnet dev-certs https```
Generate a developer certificate: ```dotnet dev-certs https```
Loading