Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Containerised Southbound Interface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
danet
Containerised Southbound Interface
Commits
46553ac5
Commit
46553ac5
authored
3 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
change default net
parent
564d08b6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/root.go
+1
-1
1 addition, 1 deletion
cmd/root.go
with
1 addition
and
1 deletion
cmd/root.go
+
1
−
1
View file @
46553ac5
...
...
@@ -126,6 +126,6 @@ func initConfig() {
}
viper
.
SetDefault
(
"repository-base-path"
,
"./models"
)
viper
.
SetDefault
(
"orchestrator-shutown-timeout"
,
time
.
Duration
(
1
)
*
time
.
Minute
)
viper
.
SetDefault
(
"docker-orchestrator-network"
,
"csbi-dev-net"
)
viper
.
SetDefault
(
"docker-orchestrator-network"
,
"csbi
_csbi
-dev-net"
)
log
.
WithFields
(
viper
.
AllSettings
())
.
Debug
(
"current viper config"
)
}
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