Skip to content
Snippets Groups Projects
Commit 3a04414c authored by Kimia Beheshti's avatar Kimia Beheshti
Browse files

Merge branch 'Issue/2246-quotaResoval' into 'dev'

Update dependencies

See merge request !224
parents fa9c9a3f 3466f44d
Branches
Tags
2 merge requests!228Dev,!224Update dependencies
# Project Api # Project API
This Api represents the connection to the projects. This API represents the connection to the projects.
## NuGet packages
To use Kestrel you need to add the following NuGet packages:
* ```Microsoft.AspNetCore.Server.Kestrel```
* ```Microsoft.AspNetCore.Mvc```
* ```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
...@@ -27,6 +9,4 @@ and then trust the generated certificate ```dotnet dev-certs https --trust``` ...@@ -27,6 +9,4 @@ and then trust the generated certificate ```dotnet dev-certs https --trust```
## Testing the new server ## Testing the new server
The server ist now available under: https://localhost:6000/ (port may be different!) The server is now available under: https://localhost:6000/ (port may be different!)
job "projectapi" {
datacenters = ["dc1"]
group "projectapi" {
task "projectapi" {
driver = "raw_exec"
config {
command = "C:/Programs/api/project/Project.exe"
args = []
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment