Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
apis
Project
Commits
3a04414c
Commit
3a04414c
authored
2 years ago
by
Kimia Beheshti
Browse files
Options
Downloads
Plain Diff
Merge branch 'Issue/2246-quotaResoval' into 'dev'
Update dependencies See merge request
!224
parents
fa9c9a3f
3466f44d
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!228
Dev
,
!224
Update dependencies
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-23
3 additions, 23 deletions
README.md
projectapi.nomad
+0
-14
0 additions, 14 deletions
projectapi.nomad
with
3 additions
and
37 deletions
README.md
+
3
−
23
View file @
3a04414c
# Project A
pi
# Project A
PI
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!)
This diff is collapsed.
Click to expand it.
projectapi.nomad
deleted
100644 → 0
+
0
−
14
View file @
fa9c9a3f
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment