From d667965a3f671c162b47b1a87180ebdd6172da8e Mon Sep 17 00:00:00 2001
From: Benedikt Heinrichs <heinrichs@itc.rwth-aachen.de>
Date: Fri, 23 Sep 2022 09:31:44 +0200
Subject: [PATCH] Deal with some outdated docs

---
 README.md        | 26 +++-----------------------
 projectapi.nomad | 14 --------------
 2 files changed, 3 insertions(+), 37 deletions(-)
 delete mode 100644 projectapi.nomad

diff --git a/README.md b/README.md
index 4d46a1d..90d1969 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,6 @@
-# Project Api
+# Project API
 
-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
+This API represents the connection to the projects. 
 
 ## Https usage
 
@@ -27,6 +9,4 @@ and then trust the generated certificate ```dotnet dev-certs https --trust```
 
 ## 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!)
diff --git a/projectapi.nomad b/projectapi.nomad
deleted file mode 100644
index eead5d2..0000000
--- a/projectapi.nomad
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-- 
GitLab