Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GraphDeployer
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
Show more breadcrumbs
Coscine
backend
scripts
GraphDeployer
Commits
eaf45830
Commit
eaf45830
authored
1 year ago
by
Petar Hristov
Browse files
Options
Downloads
Patches
Plain Diff
Return to 5 minutes timeout
parent
37754fe9
No related branches found
No related tags found
1 merge request
!20
Fix: Added support for reference too
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/GraphDeployer/Deployer.cs
+1
-1
1 addition, 1 deletion
src/GraphDeployer/Deployer.cs
with
1 addition
and
1 deletion
src/GraphDeployer/Deployer.cs
+
1
−
1
View file @
eaf45830
...
@@ -24,7 +24,7 @@ public class Deployer(ILogger<Deployer> logger, IOptionsMonitor<GraphDeployerCon
...
@@ -24,7 +24,7 @@ public class Deployer(ILogger<Deployer> logger, IOptionsMonitor<GraphDeployerCon
BasePath
=
"http://localhost:7206/coscine"
,
BasePath
=
"http://localhost:7206/coscine"
,
ApiKeyPrefix
=
{
{
"Authorization"
,
"Bearer"
}
},
ApiKeyPrefix
=
{
{
"Authorization"
,
"Bearer"
}
},
ApiKey
=
{
{
"Authorization"
,
ApiConfigurationUtil
.
GenerateAdminToken
(
ApiConfigurationUtil
.
RetrieveJwtConfiguration
())
}
},
ApiKey
=
{
{
"Authorization"
,
ApiConfigurationUtil
.
GenerateAdminToken
(
ApiConfigurationUtil
.
RetrieveJwtConfiguration
())
}
},
Timeout
=
6
00000
//
10
minutes
Timeout
=
3
00000
//
5
minutes
};
};
public
static
string
WorkingFolder
{
get
;
set
;
}
=
"./output/"
;
public
static
string
WorkingFolder
{
get
;
set
;
}
=
"./output/"
;
...
...
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